#5880b0

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

Shades of Havelock Blue #5880B0

Tints of Havelock Blue #5880B0

Color information

#5880B0 (or 0x5880B0) is unknown color: approx Havelock Blue. HEX triplet: 58, 80 and B0. RGB value is (88,128,176). Sum of RGB (Red+Green+Blue) = 88+128+176=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 176 - color contains mainly: blue. Hex color #5880B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5880B0 is #A77F4F. Grayscale: #797979. Windows color (decimal): -10977104 or 11567192. OLE color: 11567192.

HSL color Cylindrical-coordinate representation of color #5880B0: hue angle of 212.73º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5880B0 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB88128176-
CMYK0.500.2700.31
HSL212.73º35.77%51.76%-
HSV(B)212.73º50%69.02%-
XYZ19.5820.6544.03-
YUV121.51158.75104.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.45%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 176 (69.14% from 255) = 44.90%
R=22.45%
G=32.65%
B=44.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881281760.500.2700.31212.7335.7751.76
Hex5880B0321B01Fd52434
Octal13020026062330373254464
Binary101100010000000101100001100101101101111111010101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5880b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5880b0; }

 p { color: rgb(88,128,176); }

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

<style>
 a { background-color: #5880b0; }

 a { background-color: rgb(88,128,176); }

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

<style>
 span { border-color: #5880b0; }

 span { border-color: rgb(88,128,176); }

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