#858BAB

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

Shades of Manatee #858BAB

Tints of Manatee #858BAB

Color information

#858BAB (or 0x858BAB) is unknown color: approx Manatee. HEX triplet: 85, 8B and AB. RGB value is (133,139,171). Sum of RGB (Red+Green+Blue) = 133+139+171=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #858BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858BAB is #7A7454. Grayscale: #8C8C8C. Windows color (decimal): -8025173 or 11242373. OLE color: 11242373.

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

Color convert

RGB133139171-
CMYK0.220.1900.33
HSL230.53º18.45%59.61%-
HSV(B)230.53º22.22%67.06%-
XYZ26.2626.3942.24-
YUV140.85145.01122.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.02%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=30.02%
G=31.38%
B=38.60%

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
Decimal1331391710.220.1900.33230.5318.4559.61
Hex858BAB1613021e7123c
Octal20521325326230413472274
Binary100001011000101110101011101101001101000011110011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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