#585B37

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

Shades of Saratoga #585B37

Tints of Saratoga #585B37

Color information

#585B37 (or 0x585B37) is unknown color: approx Saratoga. HEX triplet: 58, 5B and 37. RGB value is (88,91,55). Sum of RGB (Red+Green+Blue) = 88+91+55=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 91 - color contains mainly: green. Hex color #585B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585B37 is #A7A4C8. Grayscale: #565656. Windows color (decimal): -10986697 or 3627864. OLE color: 3627864.

HSL color Cylindrical-coordinate representation of color #585B37: hue angle of 65º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #585B37 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB889155-
CMYK0.0300.400.64
HSL65º24.66%28.63%-
HSV(B)65º39.56%35.69%-
XYZ8.469.835.07-
YUV86110.51129.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 91 (35.94% from 255) = 38.89%
BLUE value IS 55 (21.88% from 255) = 23.50%
R=37.61%
G=38.89%
B=23.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8891550.0300.400.646524.6628.63
Hex585B3730284041191d
Octal1301336730501001013135
Binary10110001011011110111110101000100000010000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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