#585929

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

Shades of Saratoga #585929

Tints of Saratoga #585929

Color information

#585929 (or 0x585929) is unknown color: approx Saratoga. HEX triplet: 58, 59 and 29. RGB value is (88,89,41). Sum of RGB (Red+Green+Blue) = 88+89+41=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #585929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585929 is #A7A6D6. Grayscale: #535353. Windows color (decimal): -10987223 or 2709848. OLE color: 2709848.

HSL color Cylindrical-coordinate representation of color #585929: hue angle of 61.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #585929 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB888941-
CMYK0.0100.540.65
HSL61.25º36.92%25.49%-
HSV(B)61.25º53.93%34.9%-
XYZ89.383.49-
YUV83.23104.17131.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 41 (16.41% from 255) = 18.81%
R=40.37%
G=40.83%
B=18.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889410.0100.540.6561.2536.9225.49
Hex5859291036413d2519
Octal130131511066101754531
Binary1011000101100110100110110110100000111110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585929; }

 p { color: rgb(88,89,41); }

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

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

 a { background-color: rgb(88,89,41); }

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

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

 span { border-color: rgb(88,89,41); }

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