#516FC6

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

Shades of Havelock Blue #516FC6

Tints of Havelock Blue #516FC6

Color information

#516FC6 (or 0x516FC6) is unknown color: approx Havelock Blue. HEX triplet: 51, 6F and C6. RGB value is (81,111,198). Sum of RGB (Red+Green+Blue) = 81+111+198=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #516FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FC6 is #AE9039. Grayscale: #6F6F6F. Windows color (decimal): -11440186 or 13004625. OLE color: 13004625.

HSL color Cylindrical-coordinate representation of color #516FC6: hue angle of 224.62º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #516FC6 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB81111198-
CMYK0.590.4400.22
HSL224.62º50.65%54.71%-
HSV(B)224.62º59.09%77.65%-
XYZ19.2717.255.73-
YUV111.95176.56105.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.77%
GREEN value IS 111 (43.75% from 255) = 28.46%
BLUE value IS 198 (77.73% from 255) = 50.77%
R=20.77%
G=28.46%
B=50.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811111980.590.4400.22224.6250.6554.71
Hex516FC63B2C016e13337
Octal12115730673540263416367
Binary101000111011111100011011101110110001011011100001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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