Html Css Color HEX #506059 Viridian Green

📋 copy color: '#506059'

red 80 ◦ green 96 ◦ blue 89

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

Shades of Viridian Green #506059

Tints of Viridian Green #506059

RGB

 RED value IS 80 (31.64% from 255) = 30.19%

 GREEN value IS 96 (37.89% from 255) = 36.23%

 BLUE value IS 89 (35.16% from 255) = 33.58%

R = 30.19%
G = 36.23%
B = 33.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#506059 (or 0x506059) is known color: Viridian Green. HEX triplet: 50, 60 and 59. RGB value is (80,96,89). Sum of RGB (Red+Green+Blue) = 80+96+89=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #506059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506059 is #AF9FA6. Grayscale: #5A5A5A. Windows color (decimal): -11509671 or 5857360. OLE color: 5857360.

HSL color Cylindrical-coordinate representation of color #506059: hue angle of 153.75º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #506059 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 89 -
CMYK 0.17 0 0.07 0.62
HSL 153.75º 0.09% 0.35% -
HSV(B) 153.75º 0.17% 0.38% -
XYZ 9.29 10.79 11.04 -
YUV 90.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 80 96 89 0.17 0 0.07 0.62 153.75 0.09 0.35
Hex 50 60 59 11 0 7 3E 9A 9 23
Octal 120 140 131 21 0 7 76 232 11 43
Binary 1010000 1100000 1011001 10001 0 111 111110 10011010 1001 100011

Color Harmonies of #506059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506059

Black with #506059

Text Example


Text Example

White with #506059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506059; }

 p { color: rgb(80,96,89); }

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

background-color css

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

 a { background-color: rgb(80,96,89); }

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

border-color css

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

 span { border-color: rgb(80,96,89); }

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