#5578CC

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

Shades of Havelock Blue #5578CC

Tints of Havelock Blue #5578CC

Color information

#5578CC (or 0x5578CC) is unknown color: approx Havelock Blue. HEX triplet: 55, 78 and CC. RGB value is (85,120,204). Sum of RGB (Red+Green+Blue) = 85+120+204=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #5578CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5578CC is #AA8733. Grayscale: #767676. Windows color (decimal): -11175732 or 13400149. OLE color: 13400149.

HSL color Cylindrical-coordinate representation of color #5578CC: hue angle of 222.35º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5578CC is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB85120204-
CMYK0.580.4100.2
HSL222.35º53.85%56.67%-
HSV(B)222.35º58.33%80%-
XYZ21.3619.7259.81-
YUV119.11175.9103.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.78%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=20.78%
G=29.34%
B=49.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal851202040.580.4100.2222.3553.8556.67
Hex5578CC3A29014de3639
Octal12517031472510243366671
Binary101010111110001100110011101010100101010011011110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5578CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5578CC; }

 p { color: rgb(85,120,204); }

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

<style>
 a { background-color: #5578CC; }

 a { background-color: rgb(85,120,204); }

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

<style>
 span { border-color: #5578CC; }

 span { border-color: rgb(85,120,204); }

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