#5577BC

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

Shades of Havelock Blue #5577BC

Tints of Havelock Blue #5577BC

Color information

#5577BC (or 0x5577BC) is unknown color: approx Havelock Blue. HEX triplet: 55, 77 and BC. RGB value is (85,119,188). Sum of RGB (Red+Green+Blue) = 85+119+188=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #5577BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5577BC is #AA8843. Grayscale: #747474. Windows color (decimal): -11176004 or 12351317. OLE color: 12351317.

HSL color Cylindrical-coordinate representation of color #5577BC: hue angle of 220.19º 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 #5577BC is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85119188-
CMYK0.550.3700.26
HSL220.19º43.46%53.53%-
HSV(B)220.19º54.79%73.73%-
XYZ19.4218.7650.17-
YUV116.7168.24105.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.68%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=21.68%
G=30.36%
B=47.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851191880.550.3700.26220.1943.4653.53
Hex5577BC372501Adc2b36
Octal12516727467450323345366
Binary101010111101111011110011011110010101101011011100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5577BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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