Html Css Color HEX #808290 Manatee

📋 copy color: '#808290'

red 128 ◦ green 130 ◦ blue 144

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

Shades of Manatee #808290

Tints of Manatee #808290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.34%

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 31.84%
G = 32.34%
B = 35.82%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#808290 (or 0x808290) is known color: Manatee. HEX triplet: 80, 82 and 90. RGB value is (128,130,144). Sum of RGB (Red+Green+Blue) = 128+130+144=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 144 - color contains mainly: blue. Hex color #808290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808290 is #7F7D6F. Grayscale: #828282. Windows color (decimal): -8355184 or 9470592. OLE color: 9470592.

HSL color Cylindrical-coordinate representation of color #808290: hue angle of 232.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808290 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 130 144 -
CMYK 0.11 0.10 0 0.44
HSL 232.5º 0.07% 0.53% -
HSV(B) 232.5º 0.11% 0.56% -
XYZ 21.92 22.57 29.59 -
YUV 131 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 128 130 144 0.11 0.10 0 0.44 232.5 0.07 0.53
Hex 80 82 90 B A 0 2C E8 7 35
Octal 200 202 220 13 12 0 54 350 7 65
Binary 10000000 10000010 10010000 1011 1010 0 101100 11101000 111 110101

Color Harmonies of #808290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808290

Black with #808290

Text Example


Text Example

White with #808290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808290; }

 p { color: rgb(128,130,144); }

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

background-color css

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

 a { background-color: rgb(128,130,144); }

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

border-color css

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

 span { border-color: rgb(128,130,144); }

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