#557DCD

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

Shades of Havelock Blue #557DCD

Tints of Havelock Blue #557DCD

Color information

#557DCD (or 0x557DCD) is unknown color: approx Havelock Blue. HEX triplet: 55, 7D and CD. RGB value is (85,125,205). Sum of RGB (Red+Green+Blue) = 85+125+205=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #557DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DCD is #AA8232. Grayscale: #797979. Windows color (decimal): -11174451 or 13466965. OLE color: 13466965.

HSL color Cylindrical-coordinate representation of color #557DCD: hue angle of 220º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557DCD is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85125205-
CMYK0.590.3900.20
HSL220º54.55%56.86%-
HSV(B)220º58.54%80.39%-
XYZ22.121.0160.65-
YUV122.16174.75101.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.48%
GREEN value IS 125 (49.22% from 255) = 30.12%
BLUE value IS 205 (80.47% from 255) = 49.40%
R=20.48%
G=30.12%
B=49.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851252050.590.3900.2022054.5556.86
Hex557DCD3B27014dc3739
Octal12517531573470243346771
Binary101010111111011100110111101110011101010011011100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557DCD; }

 p { color: rgb(85,125,205); }

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

<style>
 a { background-color: #557DCD; }

 a { background-color: rgb(85,125,205); }

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

<style>
 span { border-color: #557DCD; }

 span { border-color: rgb(85,125,205); }

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