#85858B

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

Shades of Manatee #85858B

Tints of Manatee #85858B

Color information

#85858B (or 0x85858B) is unknown color: approx Manatee. HEX triplet: 85, 85 and 8B. RGB value is (133,133,139). Sum of RGB (Red+Green+Blue) = 133+133+139=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 139 - color contains mainly: blue. Hex color #85858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85858B is #7A7A74. Grayscale: #858585. Windows color (decimal): -8026741 or 9143685. OLE color: 9143685.

HSL color Cylindrical-coordinate representation of color #85858B: hue angle of 240º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #85858B is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133133139-
CMYK0.040.0400.45
HSL240º2.52%53.33%-
HSV(B)240º4.32%54.51%-
XYZ22.7223.6327.79-
YUV133.68131127.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=32.84%
G=32.84%
B=34.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331331390.040.0400.452402.5253.33
Hex85858B4402Df0335
Octal20520521344055360365
Binary10000101100001011000101110010001011011111000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85858B; }

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

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

<style>
 a { background-color: #85858B; }

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

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

<style>
 span { border-color: #85858B; }

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

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