#505D27

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

Shades of Saratoga #505D27

Tints of Saratoga #505D27

Color information

#505D27 (or 0x505D27) is unknown color: approx Saratoga. HEX triplet: 50, 5D and 27. RGB value is (80,93,39). Sum of RGB (Red+Green+Blue) = 80+93+39=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #505D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505D27 is #AFA2D8. Grayscale: #535353. Windows color (decimal): -11510489 or 2579792. OLE color: 2579792.

HSL color Cylindrical-coordinate representation of color #505D27: hue angle of 74.44º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #505D27 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB809339-
CMYK0.1400.580.64
HSL74.44º40.91%25.88%-
HSV(B)74.44º58.06%36.47%-
XYZ7.599.683.39-
YUV82.96103.19125.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 93 (36.72% from 255) = 43.87%
BLUE value IS 39 (15.62% from 255) = 18.40%
R=37.74%
G=43.87%
B=18.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8093390.1400.580.6474.4440.9125.88
Hex505D27E03A404a291a
Octal12013547160721001125132
Binary10100001011101100111111001110101000000100101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505D27; }

 p { color: rgb(80,93,39); }

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

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

 a { background-color: rgb(80,93,39); }

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

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

 span { border-color: rgb(80,93,39); }

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