#557CCD

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

Shades of Havelock Blue #557CCD

Tints of Havelock Blue #557CCD

Color information

#557CCD (or 0x557CCD) is unknown color: approx Havelock Blue. HEX triplet: 55, 7C and CD. RGB value is (85,124,205). Sum of RGB (Red+Green+Blue) = 85+124+205=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #557CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CCD is #AA8332. Grayscale: #797979. Windows color (decimal): -11174707 or 13466709. OLE color: 13466709.

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

Color convert

RGB85124205-
CMYK0.590.4000.20
HSL220.5º54.55%56.86%-
HSV(B)220.5º58.54%80.39%-
XYZ21.9720.7560.61-
YUV121.57175.08101.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.53%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 205 (80.47% from 255) = 49.52%
R=20.53%
G=29.95%
B=49.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851242050.590.4000.20220.554.5556.86
Hex557CCD3B28014dc3739
Octal12517431573500243346771
Binary101010111111001100110111101110100001010011011100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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