Html Css Color HEX #57593A Saratoga

📋 copy color: '#57593A'

red 87 ◦ green 89 ◦ blue 58

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

Shades of Saratoga #57593A

Tints of Saratoga #57593A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.03%

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

R = 37.18%
G = 38.03%
B = 24.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#57593A (or 0x57593A) is known color: Saratoga. HEX triplet: 57, 59 and 3A. RGB value is (87,89,58). Sum of RGB (Red+Green+Blue) = 87+89+58=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #57593A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57593A is #A8A6C5. Grayscale: #545454. Windows color (decimal): -11052742 or 3823959. OLE color: 3823959.

HSL color Cylindrical-coordinate representation of color #57593A: hue angle of 63.87º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57593A is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 89 58 -
CMYK 0.02 0 0.35 0.65
HSL 63.87º 0.21% 0.29% -
HSV(B) 63.87º 0.35% 0.35% -
XYZ 8.27 9.48 5.4 -
YUV 84.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 87 89 58 0.02 0 0.35 0.65 63.87 0.21 0.29
Hex 57 59 3A 2 0 23 41 40 15 1D
Octal 127 131 72 2 0 43 101 100 25 35
Binary 1010111 1011001 111010 10 0 100011 1000001 1000000 10101 11101

Color Harmonies of #57593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57593A

Black with #57593A

Text Example


Text Example

White with #57593A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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