#517CD0

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

Shades of Havelock Blue #517CD0

Tints of Havelock Blue #517CD0

Color information

#517CD0 (or 0x517CD0) is unknown color: approx Havelock Blue. HEX triplet: 51, 7C and D0. RGB value is (81,124,208). Sum of RGB (Red+Green+Blue) = 81+124+208=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #517CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CD0 is #AE832F. Grayscale: #787878. Windows color (decimal): -11436848 or 13663313. OLE color: 13663313.

HSL color Cylindrical-coordinate representation of color #517CD0: hue angle of 219.69º 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 #517CD0 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB81124208-
CMYK0.610.4000.18
HSL219.69º57.47%56.67%-
HSV(B)219.69º61.06%81.57%-
XYZ21.9920.7262.51-
YUV120.72177.2599.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.61%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 208 (81.64% from 255) = 50.36%
R=19.61%
G=30.02%
B=50.36%

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
Decimal811242080.610.4000.18219.6957.4756.67
Hex517CD03D28012dc3939
Octal12117432075500223347171
Binary101000111111001101000011110110100001001011011100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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