#517DB6

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

Shades of Havelock Blue #517DB6

Tints of Havelock Blue #517DB6

Color information

#517DB6 (or 0x517DB6) is unknown color: approx Havelock Blue. HEX triplet: 51, 7D and B6. RGB value is (81,125,182). Sum of RGB (Red+Green+Blue) = 81+125+182=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #517DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DB6 is #AE8249. Grayscale: #767676. Windows color (decimal): -11436618 or 11959633. OLE color: 11959633.

HSL color Cylindrical-coordinate representation of color #517DB6: hue angle of 213.86º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #517DB6 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB81125182-
CMYK0.550.3100.29
HSL213.86º40.89%51.57%-
HSV(B)213.86º55.49%71.37%-
XYZ19.1719.7947.07-
YUV118.34163.92101.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 125 (49.22% from 255) = 32.22%
BLUE value IS 182 (71.48% from 255) = 46.91%
R=20.88%
G=32.22%
B=46.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811251820.550.3100.29213.8640.8951.57
Hex517DB6371F01Dd62934
Octal12117526667370353265164
Binary10100011111101101101101101111111101110111010110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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