#586027

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

Shades of Saratoga #586027

Tints of Saratoga #586027

Color information

#586027 (or 0x586027) is unknown color: approx Saratoga. HEX triplet: 58, 60 and 27. RGB value is (88,96,39). Sum of RGB (Red+Green+Blue) = 88+96+39=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #586027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586027 is #A79FD8. Grayscale: #575757. Windows color (decimal): -10985433 or 2580568. OLE color: 2580568.

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

Color convert

RGB889639-
CMYK0.0800.590.62
HSL68.42º42.22%26.47%-
HSV(B)68.42º59.38%37.65%-
XYZ8.5710.593.51-
YUV87.11100.85128.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 39 (15.62% from 255) = 17.49%
R=39.46%
G=43.05%
B=17.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896390.0800.590.6268.4242.2226.47
Hex586027803B3E442a1a
Octal1301404710073761045232
Binary1011000110000010011110000111011111110100010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586027; }

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

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

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

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

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

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

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

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