Html Css Color HEX #535B57 Viridian Green

📋 copy color: '#535B57'

red 83 ◦ green 91 ◦ blue 87

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

Shades of Viridian Green #535B57

Tints of Viridian Green #535B57

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.87%

 BLUE value IS 87 (34.38% from 255) = 33.33%

R = 31.8%
G = 34.87%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#535B57 (or 0x535B57) is known color: Viridian Green. HEX triplet: 53, 5B and 57. RGB value is (83,91,87). Sum of RGB (Red+Green+Blue) = 83+91+87=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 91 - color contains mainly: green. Hex color #535B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B57 is #ACA4A8. Grayscale: #585858. Windows color (decimal): -11314345 or 5725011. OLE color: 5725011.

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

Color convert

RGB 83 91 87 -
CMYK 0.09 0 0.04 0.64
HSL 150º 0.05% 0.34% -
HSV(B) 150º 0.09% 0.36% -
XYZ 9.03 10.01 10.47 -
YUV 88.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 83 91 87 0.09 0 0.04 0.64 150 0.05 0.34
Hex 53 5B 57 9 0 4 40 96 5 22
Octal 123 133 127 11 0 4 100 226 5 42
Binary 1010011 1011011 1010111 1001 0 100 1000000 10010110 101 100010

Color Harmonies of #535B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535B57

Black with #535B57

Text Example


Text Example

White with #535B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,91,87); }

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

background-color css

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

 a { background-color: rgb(83,91,87); }

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

border-color css

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

 span { border-color: rgb(83,91,87); }

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