#858792

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

Shades of Manatee #858792

Tints of Manatee #858792

Color information

#858792 (or 0x858792) is unknown color: approx Manatee. HEX triplet: 85, 87 and 92. RGB value is (133,135,146). Sum of RGB (Red+Green+Blue) = 133+135+146=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 146 - color contains mainly: blue. Hex color #858792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858792 is #7A786D. Grayscale: #878787. Windows color (decimal): -8026222 or 9602949. OLE color: 9602949.

HSL color Cylindrical-coordinate representation of color #858792: hue angle of 230.77º 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 #858792 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB133135146-
CMYK0.090.0800.43
HSL230.77º5.63%54.71%-
HSV(B)230.77º8.9%57.25%-
XYZ23.5324.3930.66-
YUV135.66133.84126.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.13%
GREEN value IS 135 (53.12% from 255) = 32.61%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=32.13%
G=32.61%
B=35.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331351460.090.0800.43230.775.6354.71
Hex8587929802Be7637
Octal2052072221110053347667
Binary10000101100001111001001010011000010101111100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858792; }

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

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

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

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

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

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

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

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