#5883BF

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

Shades of Havelock Blue #5883BF

Tints of Havelock Blue #5883BF

Color information

#5883BF (or 0x5883BF) is unknown color: approx Havelock Blue. HEX triplet: 58, 83 and BF. RGB value is (88,131,191). Sum of RGB (Red+Green+Blue) = 88+131+191=410 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.46% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #5883BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5883BF is #A77C40. Grayscale: #7C7C7C. Windows color (decimal): -10976321 or 12551000. OLE color: 12551000.

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

Color convert

RGB88131191-
CMYK0.540.3100.25
HSL214.95º44.59%54.71%-
HSV(B)214.95º53.93%74.9%-
XYZ21.5422.0752.41-
YUV124.98165.25101.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.46%
GREEN value IS 131 (51.56% from 255) = 31.95%
BLUE value IS 191 (75% from 255) = 46.59%
R=21.46%
G=31.95%
B=46.59%

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
Decimal881311910.540.3100.25214.9544.5954.71
Hex5883BF361F019d72d37
Octal13020327766370313275567
Binary101100010000011101111111101101111101100111010111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5883BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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