Html Css Color HEX #506058 Viridian Green

📋 copy color: '#506058'

red 80 ◦ green 96 ◦ blue 88

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

Shades of Viridian Green #506058

Tints of Viridian Green #506058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.33%

R = 30.3%
G = 36.36%
B = 33.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#506058 (or 0x506058) is known color: Viridian Green. HEX triplet: 50, 60 and 58. RGB value is (80,96,88). Sum of RGB (Red+Green+Blue) = 80+96+88=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #506058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506058 is #AF9FA7. Grayscale: #5A5A5A. Windows color (decimal): -11509672 or 5791824. OLE color: 5791824.

HSL color Cylindrical-coordinate representation of color #506058: hue angle of 150º 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 #506058 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 88 -
CMYK 0.17 0 0.08 0.62
HSL 150º 0.09% 0.35% -
HSV(B) 150º 0.17% 0.38% -
XYZ 9.25 10.78 10.82 -
YUV 90.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 80 96 88 0.17 0 0.08 0.62 150 0.09 0.35
Hex 50 60 58 11 0 8 3E 96 9 23
Octal 120 140 130 21 0 10 76 226 11 43
Binary 1010000 1100000 1011000 10001 0 1000 111110 10010110 1001 100011

Color Harmonies of #506058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506058

Black with #506058

Text Example


Text Example

White with #506058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506058; }

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

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

background-color css

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

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

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

border-color css

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

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

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