#858588

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

Shades of Manatee #858588

Tints of Manatee #858588

Color information

#858588 (or 0x858588) is unknown color: approx Manatee. HEX triplet: 85, 85 and 88. RGB value is (133,133,136). Sum of RGB (Red+Green+Blue) = 133+133+136=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 136 - color contains mainly: blue. Hex color #858588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858588 is #7A7A77. Grayscale: #858585. Windows color (decimal): -8026744 or 8947077. OLE color: 8947077.

HSL color Cylindrical-coordinate representation of color #858588: 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.02%. Process color model (Four color, CMYK) of #858588 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB133133136-
CMYK0.020.0200.47
HSL240º1.24%52.75%-
HSV(B)240º2.21%53.33%-
XYZ22.523.5426.65-
YUV133.34129.5127.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 136 (53.52% from 255) = 33.83%
R=33.08%
G=33.08%
B=33.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331331360.020.0200.472401.2452.75
Hex8585882202Ff0135
Octal20520521022057360165
Binary10000101100001011000100010100101111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858588; }

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

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

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

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

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

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

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

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