Html Css Color HEX #858892 Manatee

📋 copy color: '#858892'

red 133 ◦ green 136 ◦ blue 146

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

Shades of Manatee #858892

Tints of Manatee #858892

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

 BLUE value IS 146 (57.42% from 255) = 35.18%

R = 32.05%
G = 32.77%
B = 35.18%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#858892 (or 0x858892) is known color: Manatee. HEX triplet: 85, 88 and 92. RGB value is (133,136,146). Sum of RGB (Red+Green+Blue) = 133+136+146=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 146 - color contains mainly: blue. Hex color #858892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858892 is #7A776D. Grayscale: #888888. Windows color (decimal): -8025966 or 9603205. OLE color: 9603205.

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

Color convert

RGB 133 136 146 -
CMYK 0.09 0.07 0 0.43
HSL 226.15º 0.06% 0.55% -
HSV(B) 226.15º 0.09% 0.57% -
XYZ 23.67 24.67 30.71 -
YUV 136.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 133 136 146 0.09 0.07 0 0.43 226.15 0.06 0.55
Hex 85 88 92 9 7 0 2B E2 6 37
Octal 205 210 222 11 7 0 53 342 6 67
Binary 10000101 10001000 10010010 1001 111 0 101011 11100010 110 110111

Color Harmonies of #858892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858892

Black with #858892

Text Example


Text Example

White with #858892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858892; }

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

 H1.HeaderClassName
 {
   color: #858892;
 }
 .AnyTagClassName
 {
   color: #858892;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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