#858CAA

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

Shades of Manatee #858CAA

Tints of Manatee #858CAA

Color information

#858CAA (or 0x858CAA) is unknown color: approx Manatee. HEX triplet: 85, 8C and AA. RGB value is (133,140,170). Sum of RGB (Red+Green+Blue) = 133+140+170=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #858CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858CAA is #7A7355. Grayscale: #8D8D8D. Windows color (decimal): -8024918 or 11177093. OLE color: 11177093.

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

Color convert

RGB133140170-
CMYK0.220.1800.33
HSL228.65º17.87%59.41%-
HSV(B)228.65º21.76%66.67%-
XYZ26.3126.6441.79-
YUV141.33144.18122.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.02%
GREEN value IS 140 (55.08% from 255) = 31.60%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=30.02%
G=31.60%
B=38.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331401700.220.1800.33228.6517.8759.41
Hex858CAA1612021e5123b
Octal20521425226220413452273
Binary100001011000110010101010101101001001000011110010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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