#586221

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

Shades of Saratoga #586221

Tints of Saratoga #586221

Color information

#586221 (or 0x586221) is unknown color: approx Saratoga. HEX triplet: 58, 62 and 21. RGB value is (88,98,33). Sum of RGB (Red+Green+Blue) = 88+98+33=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #586221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586221 is #A79DDE. Grayscale: #575757. Windows color (decimal): -10984927 or 2187864. OLE color: 2187864.

HSL color Cylindrical-coordinate representation of color #586221: hue angle of 69.23º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #586221 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB889833-
CMYK0.1000.660.62
HSL69.23º49.62%25.69%-
HSV(B)69.23º66.33%38.43%-
XYZ8.6710.923.09-
YUV87.697.19128.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.18%
GREEN value IS 98 (38.67% from 255) = 44.75%
BLUE value IS 33 (13.28% from 255) = 15.07%
R=40.18%
G=44.75%
B=15.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898330.1000.660.6269.2349.6225.69
Hex586221A0423E45321a
Octal13014241120102761056232
Binary10110001100010100001101001000010111110100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586221; }

 p { color: rgb(88,98,33); }

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

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

 a { background-color: rgb(88,98,33); }

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

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

 span { border-color: rgb(88,98,33); }

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