#517EBE

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

Shades of Havelock Blue #517EBE

Tints of Havelock Blue #517EBE

Color information

#517EBE (or 0x517EBE) is unknown color: approx Havelock Blue. HEX triplet: 51, 7E and BE. RGB value is (81,126,190). Sum of RGB (Red+Green+Blue) = 81+126+190=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #517EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517EBE is #AE8141. Grayscale: #777777. Windows color (decimal): -11436354 or 12484177. OLE color: 12484177.

HSL color Cylindrical-coordinate representation of color #517EBE: hue angle of 215.23º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #517EBE is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81126190-
CMYK0.570.3400.25
HSL215.23º45.61%53.14%-
HSV(B)215.23º57.37%74.51%-
XYZ20.1520.3951.59-
YUV119.84167.59100.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=20.40%
G=31.74%
B=47.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811261900.570.3400.25215.2345.6153.14
Hex517EBE3922019d72e35
Octal12117627671420313275665
Binary101000111111101011111011100110001001100111010111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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