#535D5A

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

Shades of Viridian Green #535D5A

Tints of Viridian Green #535D5A

Color information

#535D5A (or 0x535D5A) is unknown color: approx Viridian Green. HEX triplet: 53, 5D and 5A. RGB value is (83,93,90). Sum of RGB (Red+Green+Blue) = 83+93+90=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 93 - color contains mainly: green. Hex color #535D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D5A is #ACA2A5. Grayscale: #595959. Windows color (decimal): -11313830 or 5922131. OLE color: 5922131.

HSL color Cylindrical-coordinate representation of color #535D5A: hue angle of 162º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #535D5A is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB839390-
CMYK0.1100.030.64
HSL162º5.68%34.51%-
HSV(B)162º10.75%36.47%-
XYZ9.3310.4111.19-
YUV89.67128.19123.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 93 (36.72% from 255) = 34.96%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=31.20%
G=34.96%
B=33.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8393900.1100.030.641625.6834.51
Hex535D5AB0340a2623
Octal1231351321303100242643
Binary1010011101110110110101011011100000010100010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,93,90); }

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

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

 a { background-color: rgb(83,93,90); }

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

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

 span { border-color: rgb(83,93,90); }

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