#858587

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

Shades of Manatee #858587

Tints of Manatee #858587

Color information

#858587 (or 0x858587) is unknown color: approx Manatee. HEX triplet: 85, 85 and 87. RGB value is (133,133,135). Sum of RGB (Red+Green+Blue) = 133+133+135=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 135 - color contains mainly: blue. Hex color #858587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858587 is #7A7A78. Grayscale: #858585. Windows color (decimal): -8026745 or 8881541. OLE color: 8881541.

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

Color convert

RGB133133135-
CMYK0.010.0100.47
HSL240º0.83%52.55%-
HSV(B)240º1.48%52.94%-
XYZ22.4323.5126.28-
YUV133.23129127.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 135 (53.12% from 255) = 33.67%
R=33.17%
G=33.17%
B=33.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331331350.010.0100.472400.8352.55
Hex8585871102Ff0135
Octal20520520711057360165
Binary100001011000010110000111110101111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858587; }

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

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

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

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

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

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

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

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