Html Css Color HEX #808491 Manatee

📋 copy color: '#808491'

red 128 ◦ green 132 ◦ blue 145

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

Shades of Manatee #808491

Tints of Manatee #808491

RGB

 RED value IS 128 (50.39% from 255) = 31.6%

 GREEN value IS 132 (51.95% from 255) = 32.59%

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 31.6%
G = 32.59%
B = 35.8%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#808491 (or 0x808491) is known color: Manatee. HEX triplet: 80, 84 and 91. RGB value is (128,132,145). Sum of RGB (Red+Green+Blue) = 128+132+145=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 145 - color contains mainly: blue. Hex color #808491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808491 is #7F7B6E. Grayscale: #848484. Windows color (decimal): -8354671 or 9536640. OLE color: 9536640.

HSL color Cylindrical-coordinate representation of color #808491: hue angle of 225.88º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #808491 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 132 145 -
CMYK 0.12 0.09 0 0.43
HSL 225.88º 0.07% 0.54% -
HSV(B) 225.88º 0.12% 0.57% -
XYZ 22.26 23.14 30.08 -
YUV 132.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 128 132 145 0.12 0.09 0 0.43 225.88 0.07 0.54
Hex 80 84 91 C 9 0 2B E2 7 36
Octal 200 204 221 14 11 0 53 342 7 66
Binary 10000000 10000100 10010001 1100 1001 0 101011 11100010 111 110110

Color Harmonies of #808491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808491

Black with #808491

Text Example


Text Example

White with #808491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808491; }

 p { color: rgb(128,132,145); }

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

background-color css

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

 a { background-color: rgb(128,132,145); }

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

border-color css

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

 span { border-color: rgb(128,132,145); }

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