#517CCD

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

Shades of Havelock Blue #517CCD

Tints of Havelock Blue #517CCD

Color information

#517CCD (or 0x517CCD) is unknown color: approx Havelock Blue. HEX triplet: 51, 7C and CD. RGB value is (81,124,205). Sum of RGB (Red+Green+Blue) = 81+124+205=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #517CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CCD is #AE8332. Grayscale: #787878. Windows color (decimal): -11436851 or 13466705. OLE color: 13466705.

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

Color convert

RGB81124205-
CMYK0.600.4000.20
HSL219.19º55.36%56.08%-
HSV(B)219.19º60.49%80.39%-
XYZ21.6220.5760.59-
YUV120.38175.7599.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.76%
GREEN value IS 124 (48.83% from 255) = 30.24%
BLUE value IS 205 (80.47% from 255) = 50%
R=19.76%
G=30.24%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811242050.600.4000.20219.1955.3656.08
Hex517CCD3C28014db3738
Octal12117431574500243336770
Binary101000111111001100110111110010100001010011011011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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