#517DC2

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

Shades of Havelock Blue #517DC2

Tints of Havelock Blue #517DC2

Color information

#517DC2 (or 0x517DC2) is unknown color: approx Havelock Blue. HEX triplet: 51, 7D and C2. RGB value is (81,125,194). Sum of RGB (Red+Green+Blue) = 81+125+194=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 194 (76.17% from 255 or 48.5% from 400); Max value from RGB is 194 - color contains mainly: blue. Hex color #517DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DC2 is #AE823D. Grayscale: #777777. Windows color (decimal): -11436606 or 12746065. OLE color: 12746065.

HSL color Cylindrical-coordinate representation of color #517DC2: hue angle of 216.64º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #517DC2 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81125194-
CMYK0.580.3600.24
HSL216.64º48.09%53.92%-
HSV(B)216.64º58.25%76.08%-
XYZ20.4620.3153.88-
YUV119.71169.92100.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.25%
GREEN value IS 125 (49.22% from 255) = 31.25%
BLUE value IS 194 (76.17% from 255) = 48.5%
R=20.25%
G=31.25%
B=48.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811251940.580.3600.24216.6448.0953.92
Hex517DC23A24018d93036
Octal12117530272440303316066
Binary101000111111011100001011101010010001100011011001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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