#5581BE

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

Shades of Havelock Blue #5581BE

Tints of Havelock Blue #5581BE

Color information

#5581BE (or 0x5581BE) is unknown color: approx Havelock Blue. HEX triplet: 55, 81 and BE. RGB value is (85,129,190). Sum of RGB (Red+Green+Blue) = 85+129+190=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #5581BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5581BE is #AA7E41. Grayscale: #7A7A7A. Windows color (decimal): -11173442 or 12484949. OLE color: 12484949.

HSL color Cylindrical-coordinate representation of color #5581BE: hue angle of 214.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5581BE is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85129190-
CMYK0.550.3200.25
HSL214.86º44.68%53.92%-
HSV(B)214.86º55.26%74.51%-
XYZ20.8921.3551.74-
YUV122.8165.92101.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.04%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=21.04%
G=31.93%
B=47.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851291900.550.3200.25214.8644.6853.92
Hex5581BE3720019d72d36
Octal12520127667400313275566
Binary1010101100000011011111011011110000001100111010111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5581BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5581BE; }

 p { color: rgb(85,129,190); }

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

<style>
 a { background-color: #5581BE; }

 a { background-color: rgb(85,129,190); }

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

<style>
 span { border-color: #5581BE; }

 span { border-color: rgb(85,129,190); }

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