#586527

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

Shades of Saratoga #586527

Tints of Saratoga #586527

Color information

#586527 (or 0x586527) is unknown color: approx Saratoga. HEX triplet: 58, 65 and 27. RGB value is (88,101,39). Sum of RGB (Red+Green+Blue) = 88+101+39=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 101 - color contains mainly: green. Hex color #586527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586527 is #A79AD8. Grayscale: #5A5A5A. Windows color (decimal): -10984153 or 2581848. OLE color: 2581848.

HSL color Cylindrical-coordinate representation of color #586527: hue angle of 72.58º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #586527 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB8810139-
CMYK0.1300.610.60
HSL72.58º44.29%27.45%-
HSV(B)72.58º61.39%39.61%-
XYZ9.0411.533.67-
YUV90.0499.19126.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.60%
GREEN value IS 101 (39.84% from 255) = 44.30%
BLUE value IS 39 (15.62% from 255) = 17.11%
R=38.60%
G=44.30%
B=17.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88101390.1300.610.6072.5844.2927.45
Hex586527D03D3C492c1b
Octal1301454715075741115433
Binary1011000110010110011111010111101111100100100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586527; }

 p { color: rgb(88,101,39); }

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

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

 a { background-color: rgb(88,101,39); }

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

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

 span { border-color: rgb(88,101,39); }

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