Html Css Color HEX #808594 Manatee

📋 copy color: '#808594'

red 128 ◦ green 133 ◦ blue 148

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

Shades of Manatee #808594

Tints of Manatee #808594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.52%

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 31.3%
G = 32.52%
B = 36.19%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#808594 (or 0x808594) is known color: Manatee. HEX triplet: 80, 85 and 94. RGB value is (128,133,148). Sum of RGB (Red+Green+Blue) = 128+133+148=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 148 - color contains mainly: blue. Hex color #808594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808594 is #7F7A6B. Grayscale: #858585. Windows color (decimal): -8354412 or 9733504. OLE color: 9733504.

HSL color Cylindrical-coordinate representation of color #808594: hue angle of 225º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #808594 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 133 148 -
CMYK 0.14 0.10 0 0.42
HSL 225º 0.09% 0.54% -
HSV(B) 225º 0.14% 0.58% -
XYZ 22.63 23.5 31.36 -
YUV 133.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 128 133 148 0.14 0.10 0 0.42 225 0.09 0.54
Hex 80 85 94 E A 0 2A E1 9 36
Octal 200 205 224 16 12 0 52 341 11 66
Binary 10000000 10000101 10010100 1110 1010 0 101010 11100001 1001 110110

Color Harmonies of #808594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808594

Black with #808594

Text Example


Text Example

White with #808594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808594; }

 p { color: rgb(128,133,148); }

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

background-color css

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

 a { background-color: rgb(128,133,148); }

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

border-color css

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

 span { border-color: rgb(128,133,148); }

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