#5573B8

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

Shades of Havelock Blue #5573B8

Tints of Havelock Blue #5573B8

Color information

#5573B8 (or 0x5573B8) is unknown color: approx Havelock Blue. HEX triplet: 55, 73 and B8. RGB value is (85,115,184). Sum of RGB (Red+Green+Blue) = 85+115+184=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 184 - color contains mainly: blue. Hex color #5573B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5573B8 is #AA8C47. Grayscale: #717171. Windows color (decimal): -11177032 or 12088149. OLE color: 12088149.

HSL color Cylindrical-coordinate representation of color #5573B8: hue angle of 221.82º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5573B8 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB85115184-
CMYK0.540.3800.28
HSL221.82º41.08%52.75%-
HSV(B)221.82º53.8%72.16%-
XYZ18.5317.6547.78-
YUV113.9167.56107.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.14%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 184 (72.27% from 255) = 47.92%
R=22.14%
G=29.95%
B=47.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal851151840.540.3800.28221.8241.0852.75
Hex5573B8362601Cde2935
Octal12516327066460343365165
Binary101010111100111011100011011010011001110011011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5573B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5573B8; }

 p { color: rgb(85,115,184); }

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

<style>
 a { background-color: #5573B8; }

 a { background-color: rgb(85,115,184); }

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

<style>
 span { border-color: #5573B8; }

 span { border-color: rgb(85,115,184); }

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