Html Css Color HEX #808499 Manatee

📋 copy color: '#808499'

red 128 ◦ green 132 ◦ blue 153

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

Shades of Manatee #808499

Tints of Manatee #808499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.05%

R = 30.99%
G = 31.96%
B = 37.05%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#808499 (or 0x808499) is known color: Manatee. HEX triplet: 80, 84 and 99. RGB value is (128,132,153). Sum of RGB (Red+Green+Blue) = 128+132+153=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 153 - color contains mainly: blue. Hex color #808499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808499 is #7F7B66. Grayscale: #858585. Windows color (decimal): -8354663 or 10060928. OLE color: 10060928.

HSL color Cylindrical-coordinate representation of color #808499: hue angle of 230.4º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #808499 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 132 153 -
CMYK 0.16 0.14 0 0.4
HSL 230.4º 0.11% 0.55% -
HSV(B) 230.4º 0.16% 0.6% -
XYZ 22.9 23.39 33.44 -
YUV 133.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 128 132 153 0.16 0.14 0 0.4 230.4 0.11 0.55
Hex 80 84 99 10 E 0 28 E6 B 37
Octal 200 204 231 20 16 0 50 346 13 67
Binary 10000000 10000100 10011001 10000 1110 0 101000 11100110 1011 110111

Color Harmonies of #808499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808499

Black with #808499

Text Example


Text Example

White with #808499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808499; }

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

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

background-color css

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

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

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

border-color css

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

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

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