#517AD6

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

Shades of Havelock Blue #517AD6

Tints of Havelock Blue #517AD6

Color information

#517AD6 (or 0x517AD6) is unknown color: approx Havelock Blue. HEX triplet: 51, 7A and D6. RGB value is (81,122,214). Sum of RGB (Red+Green+Blue) = 81+122+214=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #517AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517AD6 is #AE8529. Grayscale: #777777. Windows color (decimal): -11437354 or 14056017. OLE color: 14056017.

HSL color Cylindrical-coordinate representation of color #517AD6: hue angle of 221.5º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #517AD6 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB81122214-
CMYK0.620.4300.16
HSL221.5º61.86%57.84%-
HSV(B)221.5º62.15%83.92%-
XYZ22.4920.5266.39-
YUV120.23180.92100.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.42%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 214 (83.98% from 255) = 51.32%
R=19.42%
G=29.26%
B=51.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811222140.620.4300.16221.561.8657.84
Hex517AD63E2B010de3e3a
Octal12117232676530203367672
Binary101000111110101101011011111010101101000011011110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,122,214); }

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

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

 a { background-color: rgb(81,122,214); }

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

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

 span { border-color: rgb(81,122,214); }

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