Html Css Color HEX #505C58 Viridian Green

📋 copy color: '#505C58'

red 80 ◦ green 92 ◦ blue 88

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

Shades of Viridian Green #505C58

Tints of Viridian Green #505C58

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.38%

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

R = 30.77%
G = 35.38%
B = 33.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#505C58 (or 0x505C58) is known color: Viridian Green. HEX triplet: 50, 5C and 58. RGB value is (80,92,88). Sum of RGB (Red+Green+Blue) = 80+92+88=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 92 - color contains mainly: green. Hex color #505C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C58 is #AFA3A7. Grayscale: #575757. Windows color (decimal): -11510696 or 5790800. OLE color: 5790800.

HSL color Cylindrical-coordinate representation of color #505C58: hue angle of 160º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #505C58 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 92 88 -
CMYK 0.13 0 0.04 0.64
HSL 160º 0.07% 0.34% -
HSV(B) 160º 0.13% 0.36% -
XYZ 8.9 10.06 10.71 -
YUV 87.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 80 92 88 0.13 0 0.04 0.64 160 0.07 0.34
Hex 50 5C 58 D 0 4 40 A0 7 22
Octal 120 134 130 15 0 4 100 240 7 42
Binary 1010000 1011100 1011000 1101 0 100 1000000 10100000 111 100010

Color Harmonies of #505C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C58

Black with #505C58

Text Example


Text Example

White with #505C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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