#5583BB

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

Shades of Havelock Blue #5583BB

Tints of Havelock Blue #5583BB

Color information

#5583BB (or 0x5583BB) is unknown color: approx Havelock Blue. HEX triplet: 55, 83 and BB. RGB value is (85,131,187). Sum of RGB (Red+Green+Blue) = 85+131+187=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #5583BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5583BB is #AA7C44. Grayscale: #7B7B7B. Windows color (decimal): -11172933 or 12288853. OLE color: 12288853.

HSL color Cylindrical-coordinate representation of color #5583BB: hue angle of 212.94º 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 #5583BB is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85131187-
CMYK0.550.3000.27
HSL212.94º42.86%53.33%-
HSV(B)212.94º54.55%73.33%-
XYZ20.8321.7550.11-
YUV123.63163.76100.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.09%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=21.09%
G=32.51%
B=46.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851311870.550.3000.27212.9442.8653.33
Hex5583BB371E01Bd52b35
Octal12520327367360333255365
Binary101010110000011101110111101111111001101111010101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5583BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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