#8586AB

Color #8586AB Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #8586AB

Tints of Manatee #8586AB

Color information

#8586AB (or 0x8586AB) is unknown color: approx Manatee. HEX triplet: 85, 86 and AB. RGB value is (133,134,171). Sum of RGB (Red+Green+Blue) = 133+134+171=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #8586AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8586AB is #7A7954. Grayscale: #898989. Windows color (decimal): -8026453 or 11241093. OLE color: 11241093.

HSL color Cylindrical-coordinate representation of color #8586AB: hue angle of 238.42º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8586AB is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133134171-
CMYK0.220.2200.33
HSL238.42º18.45%59.61%-
HSV(B)238.42º22.22%67.06%-
XYZ25.5524.9842-
YUV137.92146.67124.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=30.37%
G=30.59%
B=39.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331341710.220.2200.33238.4218.4559.61
Hex8586AB1616021ee123c
Octal20520625326260413562274
Binary100001011000011010101011101101011001000011110111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8586AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8586AB; }

 p { color: rgb(133,134,171); }

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

<style>
 a { background-color: #8586AB; }

 a { background-color: rgb(133,134,171); }

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

<style>
 span { border-color: #8586AB; }

 span { border-color: rgb(133,134,171); }

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