Html Css Color HEX #858995 Manatee

📋 copy color: '#858995'

red 133 ◦ green 137 ◦ blue 149

#858995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #858995

Tints of Manatee #858995

RGB

 RED value IS 133 (52.34% from 255) = 31.74%

 GREEN value IS 137 (53.91% from 255) = 32.7%

 BLUE value IS 149 (58.59% from 255) = 35.56%

R = 31.74%
G = 32.7%
B = 35.56%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#858995 (or 0x858995) is known color: 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

RGB 133 137 149 -
CMYK 0.11 0.08 0 0.42
HSL 225º 0.07% 0.55% -
HSV(B) 225º 0.11% 0.58% -
XYZ 24.04 25.05 32 -
YUV 137.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 133 137 149 0.11 0.08 0 0.42 225 0.07 0.55
Hex 85 89 95 B 8 0 2A E1 7 37
Octal 205 211 225 13 10 0 52 341 7 67
Binary 10000101 10001001 10010101 1011 1000 0 101010 11100001 111 110111

Color Harmonies of #858995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858995

Black with #858995

Text Example


Text Example

White with #858995

Text Example


Text Example

HTML Codes & Css Web 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>