#505B56

Color #505B56 Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #505B56

Tints of Viridian Green #505B56

Color information

#505B56 (or 0x505B56) is unknown color: approx Viridian Green. HEX triplet: 50, 5B and 56. RGB value is (80,91,86). Sum of RGB (Red+Green+Blue) = 80+91+86=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 91 - color contains mainly: green. Hex color #505B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B56 is #AFA4A9. Grayscale: #575757. Windows color (decimal): -11510954 or 5659472. OLE color: 5659472.

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

Color convert

RGB809186-
CMYK0.1200.050.64
HSL152.73º6.43%33.53%-
HSV(B)152.73º12.09%35.69%-
XYZ8.739.8610.25-
YUV87.14127.36122.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=31.13%
G=35.41%
B=33.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8091860.1200.050.64152.736.4333.53
Hex505B56C054099622
Octal1201331261405100231642
Binary10100001011011101011011000101100000010011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #505B56;
 }
 .AnyTagClassName
 {
   color: #505B56;
 }
</style>
background-color css

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

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

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

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

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

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