Html Css Color HEX #575D5A Viridian Green

📋 copy color: '#575D5A'

red 87 ◦ green 93 ◦ blue 90

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

Shades of Viridian Green #575D5A

Tints of Viridian Green #575D5A

RGB

 RED value IS 87 (34.38% from 255) = 32.22%

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

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

R = 32.22%
G = 34.44%
B = 33.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#575D5A (or 0x575D5A) is known color: Viridian Green. HEX triplet: 57, 5D and 5A. RGB value is (87,93,90). Sum of RGB (Red+Green+Blue) = 87+93+90=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 93 - color contains mainly: green. Hex color #575D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D5A is #A8A2A5. Grayscale: #5A5A5A. Windows color (decimal): -11051686 or 5922135. OLE color: 5922135.

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

Color convert

RGB 87 93 90 -
CMYK 0.06 0 0.03 0.64
HSL 150º 0.03% 0.35% -
HSV(B) 150º 0.06% 0.36% -
XYZ 9.69 10.59 11.21 -
YUV 90.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 87 93 90 0.06 0 0.03 0.64 150 0.03 0.35
Hex 57 5D 5A 6 0 3 40 96 3 23
Octal 127 135 132 6 0 3 100 226 3 43
Binary 1010111 1011101 1011010 110 0 11 1000000 10010110 11 100011

Color Harmonies of #575D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D5A

Black with #575D5A

Text Example


Text Example

White with #575D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575D5A; }

 p { color: rgb(87,93,90); }

 H1.HeaderClassName
 {
   color: #575D5A;
 }
 .AnyTagClassName
 {
   color: #575D5A;
 }
</style>

background-color css

<style>
 a { background-color: #575D5A; }

 a { background-color: rgb(87,93,90); }

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

border-color css

<style>
 span { border-color: #575D5A; }

 span { border-color: rgb(87,93,90); }

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