#517EC4

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

Shades of Havelock Blue #517EC4

Tints of Havelock Blue #517EC4

Color information

#517EC4 (or 0x517EC4) is unknown color: approx Havelock Blue. HEX triplet: 51, 7E and C4. RGB value is (81,126,196). Sum of RGB (Red+Green+Blue) = 81+126+196=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 196 - color contains mainly: blue. Hex color #517EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517EC4 is #AE813B. Grayscale: #787878. Windows color (decimal): -11436348 or 12877393. OLE color: 12877393.

HSL color Cylindrical-coordinate representation of color #517EC4: hue angle of 216.52º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #517EC4 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB81126196-
CMYK0.590.3600.23
HSL216.52º49.36%54.31%-
HSV(B)216.52º58.67%76.86%-
XYZ20.8220.6655.11-
YUV120.52170.5999.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.10%
GREEN value IS 126 (49.61% from 255) = 31.27%
BLUE value IS 196 (76.95% from 255) = 48.64%
R=20.10%
G=31.27%
B=48.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811261960.590.3600.23216.5249.3654.31
Hex517EC43B24017d93136
Octal12117630473440273316166
Binary101000111111101100010011101110010001011111011001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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