#858795

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

Shades of Manatee #858795

Tints of Manatee #858795

Color information

#858795 (or 0x858795) is unknown color: approx Manatee. HEX triplet: 85, 87 and 95. RGB value is (133,135,149). Sum of RGB (Red+Green+Blue) = 133+135+149=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: blue. Hex color #858795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858795 is #7A786A. Grayscale: #878787. Windows color (decimal): -8026219 or 9799557. OLE color: 9799557.

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

Color convert

RGB133135149-
CMYK0.110.0900.42
HSL232.5º7.02%55.29%-
HSV(B)232.5º10.74%58.43%-
XYZ23.7624.4831.91-
YUV136135.34125.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.89%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=31.89%
G=32.37%
B=35.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331351490.110.0900.42232.57.0255.29
Hex858795B902Ae8737
Octal2052072251311052350767
Binary10000101100001111001010110111001010101011101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858795; }

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

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

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

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

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

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

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

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