#535D58

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

Shades of Viridian Green #535D58

Tints of Viridian Green #535D58

Color information

#535D58 (or 0x535D58) is unknown color: approx Viridian Green. HEX triplet: 53, 5D and 58. RGB value is (83,93,88). Sum of RGB (Red+Green+Blue) = 83+93+88=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 93 - color contains mainly: green. Hex color #535D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D58 is #ACA2A7. Grayscale: #595959. Windows color (decimal): -11313832 or 5791059. OLE color: 5791059.

HSL color Cylindrical-coordinate representation of color #535D58: hue angle of 150º 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 #535D58 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB839388-
CMYK0.1100.050.64
HSL150º5.68%34.51%-
HSV(B)150º10.75%36.47%-
XYZ9.2410.3710.75-
YUV89.44127.19123.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 88 (34.77% from 255) = 33.33%
R=31.44%
G=35.23%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8393880.1100.050.641505.6834.51
Hex535D58B054096623
Octal1231351301305100226643
Binary10100111011101101100010110101100000010010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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