#5881BE

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

Shades of Havelock Blue #5881BE

Tints of Havelock Blue #5881BE

Color information

#5881BE (or 0x5881BE) is unknown color: approx Havelock Blue. HEX triplet: 58, 81 and BE. RGB value is (88,129,190). Sum of RGB (Red+Green+Blue) = 88+129+190=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #5881BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5881BE is #A77E41. Grayscale: #7B7B7B. Windows color (decimal): -10976834 or 12484952. OLE color: 12484952.

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

Color convert

RGB88129190-
CMYK0.540.3200.25
HSL215.88º43.97%54.51%-
HSV(B)215.88º53.68%74.51%-
XYZ21.1721.4951.75-
YUV123.7165.42102.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.62%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=21.62%
G=31.70%
B=46.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881291900.540.3200.25215.8843.9754.51
Hex5881BE3620019d82c37
Octal13020127666400313305467
Binary1011000100000011011111011011010000001100111011000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5881BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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