#575D36

Color #575D36 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #575D36

Tints of Saratoga #575D36

Color information

#575D36 (or 0x575D36) is unknown color: approx Saratoga. HEX triplet: 57, 5D and 36. RGB value is (87,93,54). Sum of RGB (Red+Green+Blue) = 87+93+54=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #575D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D36 is #A8A2C9. Grayscale: #565656. Windows color (decimal): -11051722 or 3562839. OLE color: 3562839.

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

Color convert

RGB879354-
CMYK0.0600.420.64
HSL69.23º26.53%28.82%-
HSV(B)69.23º41.94%36.47%-
XYZ8.5110.125-
YUV86.76109.51128.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 93 (36.72% from 255) = 39.74%
BLUE value IS 54 (21.48% from 255) = 23.08%
R=37.18%
G=39.74%
B=23.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8793540.0600.420.6469.2326.5328.82
Hex575D36602A40451b1d
Octal1271356660521001053335
Binary101011110111011101101100101010100000010001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #575D36;
 }
 .AnyTagClassName
 {
   color: #575D36;
 }
</style>
background-color css

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

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

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

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

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

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