#585934

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

Shades of Saratoga #585934

Tints of Saratoga #585934

Color information

#585934 (or 0x585934) is unknown color: approx Saratoga. HEX triplet: 58, 59 and 34. RGB value is (88,89,52). Sum of RGB (Red+Green+Blue) = 88+89+52=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #585934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585934 is #A7A6CB. Grayscale: #545454. Windows color (decimal): -10987212 or 3430744. OLE color: 3430744.

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

Color convert

RGB888952-
CMYK0.0100.420.65
HSL61.62º26.24%27.65%-
HSV(B)61.62º41.57%34.9%-
XYZ8.229.474.64-
YUV84.48109.67130.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.43%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 52 (20.70% from 255) = 22.71%
R=38.43%
G=38.86%
B=22.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889520.0100.420.6561.6226.2427.65
Hex585934102A413e1a1c
Octal130131641052101763234
Binary101100010110011101001010101010000011111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585934; }

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

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

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

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

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

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

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

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