Html Css Color HEX #57573A Verdigris

📋 copy color: '#57573A'

red 87 ◦ green 87 ◦ blue 58

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

Shades of Verdigris #57573A

Tints of Verdigris #57573A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.5%

 BLUE value IS 58 (23.05% from 255) = 25%

R = 37.5%
G = 37.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#57573A (or 0x57573A) is known color: Verdigris. HEX triplet: 57, 57 and 3A. RGB value is (87,87,58). Sum of RGB (Red+Green+Blue) = 87+87+58=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 87 - color contains mainly: red, green. Hex color #57573A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57573A is #A8A8C5. Grayscale: #535353. Windows color (decimal): -11053254 or 3823447. OLE color: 3823447.

HSL color Cylindrical-coordinate representation of color #57573A: hue angle of 60º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57573A is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 87 58 -
CMYK 0 0 0.33 0.66
HSL 60º 0.2% 0.28% -
HSV(B) 60º 0.33% 0.34% -
XYZ 8.1 9.15 5.34 -
YUV 83.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 87 87 58 0 0 0.33 0.66 60 0.2 0.28
Hex 57 57 3A 0 0 21 42 3C 14 1C
Octal 127 127 72 0 0 41 102 74 24 34
Binary 1010111 1010111 111010 0 0 100001 1000010 111100 10100 11100

Color Harmonies of #57573A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57573A

Black with #57573A

Text Example


Text Example

White with #57573A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57573A; }

 p { color: rgb(87,87,58); }

 H1.HeaderClassName
 {
   color: #57573A;
 }
 .AnyTagClassName
 {
   color: #57573A;
 }
</style>

background-color css

<style>
 a { background-color: #57573A; }

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

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

border-color css

<style>
 span { border-color: #57573A; }

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

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