#8586AA

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

Shades of Manatee #8586AA

Tints of Manatee #8586AA

Color information

#8586AA (or 0x8586AA) is unknown color: approx Manatee. HEX triplet: 85, 86 and AA. RGB value is (133,134,170). Sum of RGB (Red+Green+Blue) = 133+134+170=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #8586AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8586AA is #7A7955. Grayscale: #898989. Windows color (decimal): -8026454 or 11175557. OLE color: 11175557.

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

Color convert

RGB133134170-
CMYK0.220.2100.33
HSL238.38º17.87%59.41%-
HSV(B)238.38º21.76%66.67%-
XYZ25.4524.9441.5-
YUV137.8146.17124.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.43%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=30.43%
G=30.66%
B=38.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331341700.220.2100.33238.3817.8759.41
Hex8586AA1615021ee123b
Octal20520625226250413562273
Binary100001011000011010101010101101010101000011110111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8586AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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