#517ED8

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

Shades of Havelock Blue #517ED8

Tints of Havelock Blue #517ED8

Color information

#517ED8 (or 0x517ED8) is unknown color: approx Havelock Blue. HEX triplet: 51, 7E and D8. RGB value is (81,126,216). Sum of RGB (Red+Green+Blue) = 81+126+216=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #517ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517ED8 is #AE8127. Grayscale: #7A7A7A. Windows color (decimal): -11436328 or 14188113. OLE color: 14188113.

HSL color Cylindrical-coordinate representation of color #517ED8: hue angle of 220º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #517ED8 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB81126216-
CMYK0.620.4200.15
HSL220º63.38%58.24%-
HSV(B)220º62.5%84.71%-
XYZ23.2521.6367.92-
YUV122.8180.5998.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.15%
GREEN value IS 126 (49.61% from 255) = 29.79%
BLUE value IS 216 (84.77% from 255) = 51.06%
R=19.15%
G=29.79%
B=51.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811262160.620.4200.1522063.3858.24
Hex517ED83E2A0Fdc3f3a
Octal12117633076520173347772
Binary10100011111110110110001111101010100111111011100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,126,216); }

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

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

 a { background-color: rgb(81,126,216); }

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

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

 span { border-color: rgb(81,126,216); }

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