#5883BE

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

Shades of Havelock Blue #5883BE

Tints of Havelock Blue #5883BE

Color information

#5883BE (or 0x5883BE) is unknown color: approx Havelock Blue. HEX triplet: 58, 83 and BE. RGB value is (88,131,190). Sum of RGB (Red+Green+Blue) = 88+131+190=409 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.52% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #5883BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5883BE is #A77C41. Grayscale: #7C7C7C. Windows color (decimal): -10976322 or 12485464. OLE color: 12485464.

HSL color Cylindrical-coordinate representation of color #5883BE: hue angle of 214.71º 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 #5883BE is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB88131190-
CMYK0.540.3100.25
HSL214.71º43.97%54.51%-
HSV(B)214.71º53.68%74.51%-
XYZ21.4422.0351.84-
YUV124.87164.75101.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.52%
GREEN value IS 131 (51.56% from 255) = 32.03%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=21.52%
G=32.03%
B=46.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881311900.540.3100.25214.7143.9754.51
Hex5883BE361F019d72c37
Octal13020327666370313275467
Binary101100010000011101111101101101111101100111010111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5883BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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