#858892

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

Shades of Manatee #858892

Tints of Manatee #858892

Color information

#858892 (or 0x858892) is unknown color: approx Manatee. HEX triplet: 85, 88 and 92. RGB value is (133,136,146). Sum of RGB (Red+Green+Blue) = 133+136+146=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 146 - color contains mainly: blue. Hex color #858892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858892 is #7A776D. Grayscale: #888888. Windows color (decimal): -8025966 or 9603205. OLE color: 9603205.

HSL color Cylindrical-coordinate representation of color #858892: hue angle of 226.15º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #858892 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB133136146-
CMYK0.090.0700.43
HSL226.15º5.63%54.71%-
HSV(B)226.15º8.9%57.25%-
XYZ23.6724.6730.71-
YUV136.24133.51125.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=32.05%
G=32.77%
B=35.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331361460.090.0700.43226.155.6354.71
Hex8588929702Be2637
Octal205210222117053342667
Binary1000010110001000100100101001111010101111100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858892; }

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

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

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

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

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

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

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

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