Html Css Color HEX #5A5C5B Viridian Green

📋 copy color: '#5A5C5B'

red 90 ◦ green 92 ◦ blue 91

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

Shades of Viridian Green #5A5C5B

Tints of Viridian Green #5A5C5B

RGB

 RED value IS 90 (35.55% from 255) = 32.97%

 GREEN value IS 92 (36.33% from 255) = 33.7%

 BLUE value IS 91 (35.94% from 255) = 33.33%

R = 32.97%
G = 33.7%
B = 33.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#5A5C5B (or 0x5A5C5B) is known color: Viridian Green. HEX triplet: 5A, 5C and 5B. RGB value is (90,92,91). Sum of RGB (Red+Green+Blue) = 90+92+91=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 92 - color contains mainly: green. Hex color #5A5C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5C5B is #A5A3A4. Grayscale: #5B5B5B. Windows color (decimal): -10855333 or 5987418. OLE color: 5987418.

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

Color convert

RGB 90 92 91 -
CMYK 0.02 0 0.01 0.64
HSL 150º 0.01% 0.36% -
HSV(B) 150º 0.02% 0.36% -
XYZ 9.93 10.58 11.42 -
YUV 91.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 90 92 91 0.02 0 0.01 0.64 150 0.01 0.36
Hex 5A 5C 5B 2 0 1 40 96 1 24
Octal 132 134 133 2 0 1 100 226 1 44
Binary 1011010 1011100 1011011 10 0 1 1000000 10010110 1 100100

Color Harmonies of #5A5C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5C5B

Black with #5A5C5B

Text Example


Text Example

White with #5A5C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A5C5B; }

 p { color: rgb(90,92,91); }

 H1.HeaderClassName
 {
   color: #5A5C5B;
 }
 .AnyTagClassName
 {
   color: #5A5C5B;
 }
</style>

background-color css

<style>
 a { background-color: #5A5C5B; }

 a { background-color: rgb(90,92,91); }

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

border-color css

<style>
 span { border-color: #5A5C5B; }

 span { border-color: rgb(90,92,91); }

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