#517DD0

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

Shades of Havelock Blue #517DD0

Tints of Havelock Blue #517DD0

Color information

#517DD0 (or 0x517DD0) is unknown color: approx Havelock Blue. HEX triplet: 51, 7D and D0. RGB value is (81,125,208). Sum of RGB (Red+Green+Blue) = 81+125+208=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #517DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DD0 is #AE822F. Grayscale: #787878. Windows color (decimal): -11436592 or 13663569. OLE color: 13663569.

HSL color Cylindrical-coordinate representation of color #517DD0: hue angle of 219.21º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #517DD0 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB81125208-
CMYK0.610.4000.18
HSL219.21º57.47%56.67%-
HSV(B)219.21º61.06%81.57%-
XYZ22.1120.9762.56-
YUV121.31176.9299.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.57%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 208 (81.64% from 255) = 50.24%
R=19.57%
G=30.19%
B=50.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal811252080.610.4000.18219.2157.4756.67
Hex517DD03D28012db3939
Octal12117532075500223337171
Binary101000111111011101000011110110100001001011011011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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