#858597

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

Shades of Manatee #858597

Tints of Manatee #858597

Color information

#858597 (or 0x858597) is unknown color: approx Manatee. HEX triplet: 85, 85 and 97. RGB value is (133,133,151). Sum of RGB (Red+Green+Blue) = 133+133+151=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 151 - color contains mainly: blue. Hex color #858597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858597 is #7A7A68. Grayscale: #868686. Windows color (decimal): -8026729 or 9930117. OLE color: 9930117.

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

Color convert

RGB133133151-
CMYK0.120.1200.41
HSL240º7.96%55.69%-
HSV(B)240º11.92%59.22%-
XYZ23.652432.66-
YUV135.05137126.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.89%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 151 (59.38% from 255) = 36.21%
R=31.89%
G=31.89%
B=36.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331331510.120.1200.412407.9655.69
Hex858597CC029f0838
Octal20520522714140513601070
Binary100001011000010110010111110011000101001111100001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858597; }

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

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

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

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

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

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

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

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