#555D59

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

Shades of Viridian Green #555D59

Tints of Viridian Green #555D59

Color information

#555D59 (or 0x555D59) is unknown color: approx Viridian Green. HEX triplet: 55, 5D and 59. RGB value is (85,93,89). Sum of RGB (Red+Green+Blue) = 85+93+89=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 93 - color contains mainly: green. Hex color #555D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D59 is #AAA2A6. Grayscale: #5A5A5A. Windows color (decimal): -11182759 or 5856597. OLE color: 5856597.

HSL color Cylindrical-coordinate representation of color #555D59: hue angle of 150º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #555D59 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB859389-
CMYK0.0900.040.64
HSL150º4.49%34.9%-
HSV(B)150º8.6%36.47%-
XYZ9.4610.4810.98-
YUV90.15127.35124.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 93 (36.72% from 255) = 34.83%
BLUE value IS 89 (35.16% from 255) = 33.33%
R=31.84%
G=34.83%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8593890.0900.040.641504.4934.9
Hex555D599044096423
Octal1251351311104100226443
Binary10101011011101101100110010100100000010010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555D59; }

 p { color: rgb(85,93,89); }

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

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

 a { background-color: rgb(85,93,89); }

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

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

 span { border-color: rgb(85,93,89); }

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