#585B2E

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

Shades of Saratoga #585B2E

Tints of Saratoga #585B2E

Color information

#585B2E (or 0x585B2E) is unknown color: approx Saratoga. HEX triplet: 58, 5B and 2E. RGB value is (88,91,46). Sum of RGB (Red+Green+Blue) = 88+91+46=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #585B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585B2E is #A7A4D1. Grayscale: #555555. Windows color (decimal): -10986706 or 3038040. OLE color: 3038040.

HSL color Cylindrical-coordinate representation of color #585B2E: hue angle of 64º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #585B2E is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB889146-
CMYK0.0300.490.64
HSL64º32.85%26.86%-
HSV(B)64º49.45%35.69%-
XYZ8.269.754.03-
YUV84.97106.01130.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.11%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=39.11%
G=40.44%
B=20.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8891460.0300.490.646432.8526.86
Hex585B2E30314040211b
Octal1301335630611001004133
Binary101100010110111011101101100011000000100000010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585B2E; }

 p { color: rgb(88,91,46); }

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

<style>
 a { background-color: #585B2E; }

 a { background-color: rgb(88,91,46); }

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

<style>
 span { border-color: #585B2E; }

 span { border-color: rgb(88,91,46); }

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