Html Css Color HEX #535F5C Viridian Green

📋 copy color: '#535F5C'

red 83 ◦ green 95 ◦ blue 92

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

Shades of Viridian Green #535F5C

Tints of Viridian Green #535F5C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.19%

 BLUE value IS 92 (36.33% from 255) = 34.07%

R = 30.74%
G = 35.19%
B = 34.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.63

RGB Variations

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

Color information

#535F5C (or 0x535F5C) is known color: Viridian Green. HEX triplet: 53, 5F and 5C. RGB value is (83,95,92). Sum of RGB (Red+Green+Blue) = 83+95+92=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 95 - color contains mainly: green. Hex color #535F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F5C is #ACA0A3. Grayscale: #5B5B5B. Windows color (decimal): -11313316 or 6053715. OLE color: 6053715.

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

Color convert

RGB 83 95 92 -
CMYK 0.13 0 0.03 0.63
HSL 165º 0.07% 0.35% -
HSV(B) 165º 0.13% 0.37% -
XYZ 9.59 10.8 11.7 -
YUV 91.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 83 95 92 0.13 0 0.03 0.63 165 0.07 0.35
Hex 53 5F 5C D 0 3 3F A5 7 23
Octal 123 137 134 15 0 3 77 245 7 43
Binary 1010011 1011111 1011100 1101 0 11 111111 10100101 111 100011

Color Harmonies of #535F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F5C

Black with #535F5C

Text Example


Text Example

White with #535F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,95,92); }

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

background-color css

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

 a { background-color: rgb(83,95,92); }

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

border-color css

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

 span { border-color: rgb(83,95,92); }

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