Html Css Color HEX #535E59 Viridian Green

📋 copy color: '#535E59'

red 83 ◦ green 94 ◦ blue 89

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

Shades of Viridian Green #535E59

Tints of Viridian Green #535E59

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.34%

 BLUE value IS 89 (35.16% from 255) = 33.46%

R = 31.2%
G = 35.34%
B = 33.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#535E59 (or 0x535E59) is known color: Viridian Green. HEX triplet: 53, 5E and 59. RGB value is (83,94,89). Sum of RGB (Red+Green+Blue) = 83+94+89=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 94 - color contains mainly: green. Hex color #535E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E59 is #ACA1A6. Grayscale: #5A5A5A. Windows color (decimal): -11313575 or 5856851. OLE color: 5856851.

HSL color Cylindrical-coordinate representation of color #535E59: hue angle of 152.73º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #535E59 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 94 89 -
CMYK 0.12 0 0.05 0.63
HSL 152.73º 0.06% 0.35% -
HSV(B) 152.73º 0.12% 0.37% -
XYZ 9.37 10.57 11 -
YUV 90.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 83 94 89 0.12 0 0.05 0.63 152.73 0.06 0.35
Hex 53 5E 59 C 0 5 3F 99 6 23
Octal 123 136 131 14 0 5 77 231 6 43
Binary 1010011 1011110 1011001 1100 0 101 111111 10011001 110 100011

Color Harmonies of #535E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E59

Black with #535E59

Text Example


Text Example

White with #535E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #535E59;
 }
 .AnyTagClassName
 {
   color: #535E59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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