#5576B1

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

Shades of Havelock Blue #5576B1

Tints of Havelock Blue #5576B1

Color information

#5576B1 (or 0x5576B1) is unknown color: approx Havelock Blue. HEX triplet: 55, 76 and B1. RGB value is (85,118,177). Sum of RGB (Red+Green+Blue) = 85+118+177=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 177 - color contains mainly: blue. Hex color #5576B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5576B1 is #AA894E. Grayscale: #727272. Windows color (decimal): -11176271 or 11630165. OLE color: 11630165.

HSL color Cylindrical-coordinate representation of color #5576B1: hue angle of 218.48º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5576B1 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85118177-
CMYK0.520.3300.31
HSL218.48º37.1%51.37%-
HSV(B)218.48º51.98%69.41%-
XYZ18.1618.0644.12-
YUV114.86163.07106.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 177 (69.53% from 255) = 46.58%
R=22.37%
G=31.05%
B=46.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851181770.520.3300.31218.4837.151.37
Hex5576B1342101Fda2533
Octal12516626164410373324563
Binary101010111101101011000111010010000101111111011010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5576B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5576B1; }

 p { color: rgb(85,118,177); }

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

<style>
 a { background-color: #5576B1; }

 a { background-color: rgb(85,118,177); }

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

<style>
 span { border-color: #5576B1; }

 span { border-color: rgb(85,118,177); }

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