#505A55

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

Shades of Viridian Green #505A55

Tints of Viridian Green #505A55

Color information

#505A55 (or 0x505A55) is unknown color: approx Viridian Green. HEX triplet: 50, 5A and 55. RGB value is (80,90,85). Sum of RGB (Red+Green+Blue) = 80+90+85=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 90 - color contains mainly: green. Hex color #505A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A55 is #AFA5AA. Grayscale: #565656. Windows color (decimal): -11511211 or 5593680. OLE color: 5593680.

HSL color Cylindrical-coordinate representation of color #505A55: hue angle of 150º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #505A55 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB809085-
CMYK0.1100.060.65
HSL150º5.88%33.33%-
HSV(B)150º11.11%35.29%-
XYZ8.69.6710.01-
YUV86.44127.19123.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 90 (35.55% from 255) = 35.29%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=31.37%
G=35.29%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090850.1100.060.651505.8833.33
Hex505A55B064196621
Octal1201321251306101226641
Binary10100001011010101010110110110100000110010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,90,85); }

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

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

 a { background-color: rgb(80,90,85); }

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

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

 span { border-color: rgb(80,90,85); }

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