#586227

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

Shades of Saratoga #586227

Tints of Saratoga #586227

Color information

#586227 (or 0x586227) is unknown color: approx Saratoga. HEX triplet: 58, 62 and 27. RGB value is (88,98,39). Sum of RGB (Red+Green+Blue) = 88+98+39=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #586227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586227 is #A79DD8. Grayscale: #585858. Windows color (decimal): -10984921 or 2581080. OLE color: 2581080.

HSL color Cylindrical-coordinate representation of color #586227: hue angle of 70.17º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #586227 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB889839-
CMYK0.1000.600.62
HSL70.17º43.07%26.86%-
HSV(B)70.17º60.2%38.43%-
XYZ8.7610.963.57-
YUV88.28100.19127.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.11%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=39.11%
G=43.56%
B=17.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898390.1000.600.6270.1743.0726.86
Hex586227A03C3E462b1b
Octal1301424712074761065333
Binary1011000110001010011110100111100111110100011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586227; }

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

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

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

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

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

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

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

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