Html Css Color HEX #809583 Stack

📋 copy color: '#809583'

red 128 ◦ green 149 ◦ blue 131

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

Shades of Stack #809583

Tints of Stack #809583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.52%

 BLUE value IS 131 (51.56% from 255) = 32.11%

R = 31.37%
G = 36.52%
B = 32.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#809583 (or 0x809583) is known color: Stack. HEX triplet: 80, 95 and 83. RGB value is (128,149,131). Sum of RGB (Red+Green+Blue) = 128+149+131=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 149 - color contains mainly: green. Hex color #809583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809583 is #7F6A7C. Grayscale: #8C8C8C. Windows color (decimal): -8350333 or 8623488. OLE color: 8623488.

HSL color Cylindrical-coordinate representation of color #809583: hue angle of 128.57º 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 #809583 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 131 -
CMYK 0.14 0 0.12 0.42
HSL 128.57º 0.09% 0.54% -
HSV(B) 128.57º 0.14% 0.58% -
XYZ 23.75 27.72 25.57 -
YUV 140.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 128 149 131 0.14 0 0.12 0.42 128.57 0.09 0.54
Hex 80 95 83 E 0 C 2A 81 9 36
Octal 200 225 203 16 0 14 52 201 11 66
Binary 10000000 10010101 10000011 1110 0 1100 101010 10000001 1001 110110

Color Harmonies of #809583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809583

Black with #809583

Text Example


Text Example

White with #809583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809583; }

 p { color: rgb(128,149,131); }

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

background-color css

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

 a { background-color: rgb(128,149,131); }

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

border-color css

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

 span { border-color: rgb(128,149,131); }

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