#5577BB

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

Shades of Havelock Blue #5577BB

Tints of Havelock Blue #5577BB

Color information

#5577BB (or 0x5577BB) is unknown color: approx Havelock Blue. HEX triplet: 55, 77 and BB. RGB value is (85,119,187). Sum of RGB (Red+Green+Blue) = 85+119+187=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #5577BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5577BB is #AA8844. Grayscale: #747474. Windows color (decimal): -11176005 or 12285781. OLE color: 12285781.

HSL color Cylindrical-coordinate representation of color #5577BB: hue angle of 220º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5577BB is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85119187-
CMYK0.550.3600.27
HSL220º42.86%53.33%-
HSV(B)220º54.55%73.33%-
XYZ19.3118.7149.61-
YUV116.59167.74105.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 187 (73.44% from 255) = 47.83%
R=21.74%
G=30.43%
B=47.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851191870.550.3600.2722042.8653.33
Hex5577BB372401Bdc2b35
Octal12516727367440333345365
Binary101010111101111011101111011110010001101111011100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5577BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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