Html Css Color HEX #535D5A Viridian Green

📋 copy color: '#535D5A'

red 83 ◦ green 93 ◦ blue 90

#535D5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #535D5A

Tints of Viridian Green #535D5A

RGB

 RED value IS 83 (32.81% from 255) = 31.2%

 GREEN value IS 93 (36.72% from 255) = 34.96%

 BLUE value IS 90 (35.55% from 255) = 33.83%

R = 31.2%
G = 34.96%
B = 33.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#535D5A (or 0x535D5A) is known color: 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

RGB 83 93 90 -
CMYK 0.11 0 0.03 0.64
HSL 162º 0.06% 0.35% -
HSV(B) 162º 0.11% 0.36% -
XYZ 9.33 10.41 11.19 -
YUV 89.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 83 93 90 0.11 0 0.03 0.64 162 0.06 0.35
Hex 53 5D 5A B 0 3 40 A2 6 23
Octal 123 135 132 13 0 3 100 242 6 43
Binary 1010011 1011101 1011010 1011 0 11 1000000 10100010 110 100011

Color Harmonies of #535D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D5A

Black with #535D5A

Text Example


Text Example

White with #535D5A

Text Example


Text Example

HTML Codes & Css Web 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>