Html Css Color HEX #505C56 Viridian Green

📋 copy color: '#505C56'

red 80 ◦ green 92 ◦ blue 86

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

Shades of Viridian Green #505C56

Tints of Viridian Green #505C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.33%

R = 31.01%
G = 35.66%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#505C56 (or 0x505C56) is known color: Viridian Green. HEX triplet: 50, 5C and 56. RGB value is (80,92,86). Sum of RGB (Red+Green+Blue) = 80+92+86=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 92 - color contains mainly: green. Hex color #505C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C56 is #AFA3A9. Grayscale: #575757. Windows color (decimal): -11510698 or 5659728. OLE color: 5659728.

HSL color Cylindrical-coordinate representation of color #505C56: hue angle of 150º 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 #505C56 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 92 86 -
CMYK 0.13 0 0.07 0.64
HSL 150º 0.07% 0.34% -
HSV(B) 150º 0.13% 0.36% -
XYZ 8.82 10.03 10.28 -
YUV 87.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 80 92 86 0.13 0 0.07 0.64 150 0.07 0.34
Hex 50 5C 56 D 0 7 40 96 7 22
Octal 120 134 126 15 0 7 100 226 7 42
Binary 1010000 1011100 1010110 1101 0 111 1000000 10010110 111 100010

Color Harmonies of #505C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C56

Black with #505C56

Text Example


Text Example

White with #505C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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