#516FC9

Color #516FC9 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #516FC9

Tints of Havelock Blue #516FC9

Color information

#516FC9 (or 0x516FC9) is unknown color: approx Havelock Blue. HEX triplet: 51, 6F and C9. RGB value is (81,111,201). Sum of RGB (Red+Green+Blue) = 81+111+201=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #516FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FC9 is #AE9036. Grayscale: #6F6F6F. Windows color (decimal): -11440183 or 13201233. OLE color: 13201233.

HSL color Cylindrical-coordinate representation of color #516FC9: hue angle of 225º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #516FC9 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81111201-
CMYK0.600.4500.21
HSL225º52.63%55.29%-
HSV(B)225º59.7%78.82%-
XYZ19.6217.3457.57-
YUV112.29178.06105.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.61%
GREEN value IS 111 (43.75% from 255) = 28.24%
BLUE value IS 201 (78.91% from 255) = 51.15%
R=20.61%
G=28.24%
B=51.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811112010.600.4500.2122552.6355.29
Hex516FC93C2D015e13537
Octal12115731174550253416567
Binary101000111011111100100111110010110101010111100001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,111,201); }

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

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

 a { background-color: rgb(81,111,201); }

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

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

 span { border-color: rgb(81,111,201); }

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