#535C59

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

Shades of Viridian Green #535C59

Tints of Viridian Green #535C59

Color information

#535C59 (or 0x535C59) is unknown color: approx Viridian Green. HEX triplet: 53, 5C and 59. RGB value is (83,92,89). Sum of RGB (Red+Green+Blue) = 83+92+89=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 92 - color contains mainly: green. Hex color #535C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C59 is #ACA3A6. Grayscale: #585858. Windows color (decimal): -11314087 or 5856339. OLE color: 5856339.

HSL color Cylindrical-coordinate representation of color #535C59: hue angle of 160º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #535C59 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB839289-
CMYK0.1000.030.64
HSL160º5.14%34.31%-
HSV(B)160º9.78%36.08%-
XYZ9.210.2110.94-
YUV88.97128.02123.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 89 (35.16% from 255) = 33.71%
R=31.44%
G=34.85%
B=33.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8392890.1000.030.641605.1434.31
Hex535C59A0340a0522
Octal1231341311203100240542
Binary1010011101110010110011010011100000010100000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535C59; }

 p { color: rgb(83,92,89); }

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

<style>
 a { background-color: #535C59; }

 a { background-color: rgb(83,92,89); }

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

<style>
 span { border-color: #535C59; }

 span { border-color: rgb(83,92,89); }

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