#858AAA

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

Shades of Manatee #858AAA

Tints of Manatee #858AAA

Color information

#858AAA (or 0x858AAA) is unknown color: approx Manatee. HEX triplet: 85, 8A and AA. RGB value is (133,138,170). Sum of RGB (Red+Green+Blue) = 133+138+170=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #858AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858AAA is #7A7555. Grayscale: #8C8C8C. Windows color (decimal): -8025430 or 11176581. OLE color: 11176581.

HSL color Cylindrical-coordinate representation of color #858AAA: hue angle of 231.89º 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 #858AAA is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133138170-
CMYK0.220.1900.33
HSL231.89º17.87%59.41%-
HSV(B)231.89º21.76%66.67%-
XYZ26.0226.0741.69-
YUV140.15144.84122.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.16%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=30.16%
G=31.29%
B=38.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331381700.220.1900.33231.8917.8759.41
Hex858AAA1613021e8123b
Octal20521225226230413502273
Binary100001011000101010101010101101001101000011110100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858AAA; }

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

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

<style>
 a { background-color: #858AAA; }

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

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

<style>
 span { border-color: #858AAA; }

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

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