#517DCC

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

Shades of Havelock Blue #517DCC

Tints of Havelock Blue #517DCC

Color information

#517DCC (or 0x517DCC) is unknown color: approx Havelock Blue. HEX triplet: 51, 7D and CC. RGB value is (81,125,204). Sum of RGB (Red+Green+Blue) = 81+125+204=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #517DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DCC is #AE8233. Grayscale: #787878. Windows color (decimal): -11436596 or 13401425. OLE color: 13401425.

HSL color Cylindrical-coordinate representation of color #517DCC: hue angle of 218.54º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #517DCC is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB81125204-
CMYK0.600.3900.2
HSL218.54º54.67%55.88%-
HSV(B)218.54º60.29%80%-
XYZ21.6320.7860-
YUV120.85174.9299.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.76%
GREEN value IS 125 (49.22% from 255) = 30.49%
BLUE value IS 204 (80.08% from 255) = 49.76%
R=19.76%
G=30.49%
B=49.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal811252040.600.3900.2218.5454.6755.88
Hex517DCC3C27014db3738
Octal12117531474470243336770
Binary101000111111011100110011110010011101010011011011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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