#5884C2

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

Shades of Havelock Blue #5884C2

Tints of Havelock Blue #5884C2

Color information

#5884C2 (or 0x5884C2) is unknown color: approx Havelock Blue. HEX triplet: 58, 84 and C2. RGB value is (88,132,194). Sum of RGB (Red+Green+Blue) = 88+132+194=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 194 - color contains mainly: blue. Hex color #5884C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5884C2 is #A77B3D. Grayscale: #7D7D7D. Windows color (decimal): -10976062 or 12747864. OLE color: 12747864.

HSL color Cylindrical-coordinate representation of color #5884C2: hue angle of 215.09º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5884C2 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB88132194-
CMYK0.550.3200.24
HSL215.09º46.49%55.29%-
HSV(B)215.09º54.64%76.08%-
XYZ22.0122.4754.22-
YUV125.91166.42100.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.26%
GREEN value IS 132 (51.95% from 255) = 31.88%
BLUE value IS 194 (76.17% from 255) = 46.86%
R=21.26%
G=31.88%
B=46.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881321940.550.3200.24215.0946.4955.29
Hex5884C23720018d72e37
Octal13020430267400303275667
Binary1011000100001001100001011011110000001100011010111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5884C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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