#858995

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

Shades of Manatee #858995

Tints of Manatee #858995

Color information

#858995 (or 0x858995) is unknown color: approx Manatee. HEX triplet: 85, 89 and 95. RGB value is (133,137,149). Sum of RGB (Red+Green+Blue) = 133+137+149=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 149 - color contains mainly: blue. Hex color #858995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858995 is #7A766A. Grayscale: #898989. Windows color (decimal): -8025707 or 9800069. OLE color: 9800069.

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

Color convert

RGB133137149-
CMYK0.110.0800.42
HSL225º7.02%55.29%-
HSV(B)225º10.74%58.43%-
XYZ24.0425.0532-
YUV137.17134.67125.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.74%
GREEN value IS 137 (53.91% from 255) = 32.70%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=31.74%
G=32.70%
B=35.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331371490.110.0800.422257.0255.29
Hex858995B802Ae1737
Octal2052112251310052341767
Binary10000101100010011001010110111000010101011100001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858995; }

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

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

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

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

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

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

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

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