#505B31

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

Shades of Saratoga #505B31

Tints of Saratoga #505B31

Color information

#505B31 (or 0x505B31) is unknown color: approx Saratoga. HEX triplet: 50, 5B and 31. RGB value is (80,91,49). Sum of RGB (Red+Green+Blue) = 80+91+49=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 91 - color contains mainly: green. Hex color #505B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505B31 is #AFA4CE. Grayscale: #535353. Windows color (decimal): -11510991 or 3234640. OLE color: 3234640.

HSL color Cylindrical-coordinate representation of color #505B31: hue angle of 75.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #505B31 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB809149-
CMYK0.1200.460.64
HSL75.71º30%27.45%-
HSV(B)75.71º46.15%35.69%-
XYZ7.69.414.32-
YUV82.92108.86125.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 91 (35.94% from 255) = 41.36%
BLUE value IS 49 (19.53% from 255) = 22.27%
R=36.36%
G=41.36%
B=22.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8091490.1200.460.6475.713027.45
Hex505B31C02E404c1e1b
Octal12013361140561001143633
Binary1010000101101111000111000101110100000010011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,91,49); }

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

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

 a { background-color: rgb(80,91,49); }

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

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

 span { border-color: rgb(80,91,49); }

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