#516BB0

Color #516BB0 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #516BB0

Tints of San Marino #516BB0

Color information

#516BB0 (or 0x516BB0) is unknown color: approx San Marino. HEX triplet: 51, 6B and B0. RGB value is (81,107,176). Sum of RGB (Red+Green+Blue) = 81+107+176=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 176 (69.14% from 255 or 48.35% from 364); Max value from RGB is 176 - color contains mainly: blue. Hex color #516BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516BB0 is #AE944F. Grayscale: #6A6A6A. Windows color (decimal): -11441232 or 11561809. OLE color: 11561809.

HSL color Cylindrical-coordinate representation of color #516BB0: hue angle of 223.58º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #516BB0 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81107176-
CMYK0.540.3900.31
HSL223.58º37.55%50.39%-
HSV(B)223.58º53.98%69.02%-
XYZ16.4915.443.18-
YUV107.09166.89109.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 22.25%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 176 (69.14% from 255) = 48.35%
R=22.25%
G=29.40%
B=48.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811071760.540.3900.31223.5837.5550.39
Hex516BB0362701Fe02632
Octal12115326066470373404662
Binary101000111010111011000011011010011101111111100000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516BB0; }

 p { color: rgb(81,107,176); }

 H1.HeaderClassName
 {
   color: #516BB0;
 }
 .AnyTagClassName
 {
   color: #516BB0;
 }
</style>
background-color css

<style>
 a { background-color: #516BB0; }

 a { background-color: rgb(81,107,176); }

 div.DivClassName
 {
   background-color: #516BB0;
 }
 .BgClassName
 {
   background-color: #516BB0;
 }
</style>
border-color css

<style>
 span { border-color: #516BB0; }

 span { border-color: rgb(81,107,176); }

 td.TdClassName
 {
   border-color: #516BB0;
 }
 .TagClassName
 {
   border-color: #516BB0;
 }
</style>