#858BAA

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

Shades of Manatee #858BAA

Tints of Manatee #858BAA

Color information

#858BAA (or 0x858BAA) is unknown color: approx Manatee. HEX triplet: 85, 8B and AA. RGB value is (133,139,170). Sum of RGB (Red+Green+Blue) = 133+139+170=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #858BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858BAA is #7A7455. Grayscale: #8C8C8C. Windows color (decimal): -8025174 or 11176837. OLE color: 11176837.

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

Color convert

RGB133139170-
CMYK0.220.1800.33
HSL230.27º17.87%59.41%-
HSV(B)230.27º21.76%66.67%-
XYZ26.1626.3541.74-
YUV140.74144.51122.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.09%
GREEN value IS 139 (54.69% from 255) = 31.45%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=30.09%
G=31.45%
B=38.46%

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
Decimal1331391700.220.1800.33230.2717.8759.41
Hex858BAA1612021e6123b
Octal20521325226220413462273
Binary100001011000101110101010101101001001000011110011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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