#5884C0

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

Shades of Havelock Blue #5884C0

Tints of Havelock Blue #5884C0

Color information

#5884C0 (or 0x5884C0) is unknown color: approx Havelock Blue. HEX triplet: 58, 84 and C0. RGB value is (88,132,192). Sum of RGB (Red+Green+Blue) = 88+132+192=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #5884C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5884C0 is #A77B3F. Grayscale: #7D7D7D. Windows color (decimal): -10976064 or 12616792. OLE color: 12616792.

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

Color convert

RGB88132192-
CMYK0.540.3100.25
HSL214.62º45.22%54.9%-
HSV(B)214.62º54.17%75.29%-
XYZ21.7922.3853.04-
YUV125.68165.42101.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.36%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 192 (75.39% from 255) = 46.60%
R=21.36%
G=32.04%
B=46.60%

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
Decimal881321920.540.3100.25214.6245.2254.9
Hex5884C0361F019d72d37
Octal13020430066370313275567
Binary101100010000100110000001101101111101100111010111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5884C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5884C0; }

 p { color: rgb(88,132,192); }

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

<style>
 a { background-color: #5884C0; }

 a { background-color: rgb(88,132,192); }

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

<style>
 span { border-color: #5884C0; }

 span { border-color: rgb(88,132,192); }

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