#5886C2

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

Shades of Havelock Blue #5886C2

Tints of Havelock Blue #5886C2

Color information

#5886C2 (or 0x5886C2) is unknown color: approx Havelock Blue. HEX triplet: 58, 86 and C2. RGB value is (88,134,194). Sum of RGB (Red+Green+Blue) = 88+134+194=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #5886C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5886C2 is #A7793D. Grayscale: #7E7E7E. Windows color (decimal): -10975550 or 12748376. OLE color: 12748376.

HSL color Cylindrical-coordinate representation of color #5886C2: hue angle of 213.96º 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 #5886C2 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB88134194-
CMYK0.550.3100.24
HSL213.96º46.49%55.29%-
HSV(B)213.96º54.64%76.08%-
XYZ22.2923.0254.31-
YUV127.09165.76100.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.15%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 194 (76.17% from 255) = 46.63%
R=21.15%
G=32.21%
B=46.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881341940.550.3100.24213.9646.4955.29
Hex5886C2371F018d62e37
Octal13020630267370303265667
Binary101100010000110110000101101111111101100011010110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5886C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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