#517ABE

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

Shades of Havelock Blue #517ABE

Tints of Havelock Blue #517ABE

Color information

#517ABE (or 0x517ABE) is unknown color: approx Havelock Blue. HEX triplet: 51, 7A and BE. RGB value is (81,122,190). Sum of RGB (Red+Green+Blue) = 81+122+190=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #517ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517ABE is #AE8541. Grayscale: #757575. Windows color (decimal): -11437378 or 12483153. OLE color: 12483153.

HSL color Cylindrical-coordinate representation of color #517ABE: hue angle of 217.43º 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 #517ABE is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81122190-
CMYK0.570.3600.25
HSL217.43º45.61%53.14%-
HSV(B)217.43º57.37%74.51%-
XYZ19.6519.3951.42-
YUV117.49168.92101.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.61%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=20.61%
G=31.04%
B=48.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811221900.570.3600.25217.4345.6153.14
Hex517ABE3924019d92e35
Octal12117227671440313315665
Binary101000111110101011111011100110010001100111011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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