#517DC6

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

Shades of Havelock Blue #517DC6

Tints of Havelock Blue #517DC6

Color information

#517DC6 (or 0x517DC6) is unknown color: approx Havelock Blue. HEX triplet: 51, 7D and C6. RGB value is (81,125,198). Sum of RGB (Red+Green+Blue) = 81+125+198=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #517DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DC6 is #AE8239. Grayscale: #777777. Windows color (decimal): -11436602 or 13008209. OLE color: 13008209.

HSL color Cylindrical-coordinate representation of color #517DC6: hue angle of 217.44º 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 #517DC6 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB81125198-
CMYK0.590.3700.22
HSL217.44º50.65%54.71%-
HSV(B)217.44º59.09%77.65%-
XYZ20.9220.4956.28-
YUV120.17171.92100.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.05%
GREEN value IS 125 (49.22% from 255) = 30.94%
BLUE value IS 198 (77.73% from 255) = 49.01%
R=20.05%
G=30.94%
B=49.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811251980.590.3700.22217.4450.6554.71
Hex517DC63B25016d93337
Octal12117530673450263316367
Binary101000111111011100011011101110010101011011011001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517DC6; }

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

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

<style>
 a { background-color: #517DC6; }

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

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

<style>
 span { border-color: #517DC6; }

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

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