Html Css Color HEX #808583 Granny Smith

📋 copy color: '#808583'

red 128 ◦ green 133 ◦ blue 131

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

Shades of Granny Smith #808583

Tints of Granny Smith #808583

RGB

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

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

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

R = 32.65%
G = 33.93%
B = 33.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#808583 (or 0x808583) is known color: Granny Smith. HEX triplet: 80, 85 and 83. RGB value is (128,133,131). Sum of RGB (Red+Green+Blue) = 128+133+131=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 133 - color contains mainly: green. Hex color #808583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808583 is #7F7A7C. Grayscale: #838383. Windows color (decimal): -8354429 or 8619392. OLE color: 8619392.

HSL color Cylindrical-coordinate representation of color #808583: hue angle of 156º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #808583 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 131 -
CMYK 0.04 0 0.02 0.48
HSL 156º 0.02% 0.51% -
HSV(B) 156º 0.04% 0.52% -
XYZ 21.39 23 24.79 -
YUV 131.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 128 133 131 0.04 0 0.02 0.48 156 0.02 0.51
Hex 80 85 83 4 0 2 30 9C 2 33
Octal 200 205 203 4 0 2 60 234 2 63
Binary 10000000 10000101 10000011 100 0 10 110000 10011100 10 110011

Color Harmonies of #808583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808583

Black with #808583

Text Example


Text Example

White with #808583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808583; }

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

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

background-color css

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

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

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

border-color css

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

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

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