#5578BC

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

Shades of Havelock Blue #5578BC

Tints of Havelock Blue #5578BC

Color information

#5578BC (or 0x5578BC) is unknown color: approx Havelock Blue. HEX triplet: 55, 78 and BC. RGB value is (85,120,188). Sum of RGB (Red+Green+Blue) = 85+120+188=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #5578BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5578BC is #AA8743. Grayscale: #747474. Windows color (decimal): -11175748 or 12351573. OLE color: 12351573.

HSL color Cylindrical-coordinate representation of color #5578BC: hue angle of 219.61º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5578BC is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85120188-
CMYK0.550.3600.26
HSL219.61º43.46%53.53%-
HSV(B)219.61º54.79%73.73%-
XYZ19.541950.21-
YUV117.29167.9104.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 188 (73.83% from 255) = 47.84%
R=21.63%
G=30.53%
B=47.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851201880.550.3600.26219.6143.4653.53
Hex5578BC372401Adc2b36
Octal12517027467440323345366
Binary101010111110001011110011011110010001101011011100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5578BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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