#505527

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

Shades of Saratoga #505527

Tints of Saratoga #505527

Color information

#505527 (or 0x505527) is unknown color: approx Saratoga. HEX triplet: 50, 55 and 27. RGB value is (80,85,39). Sum of RGB (Red+Green+Blue) = 80+85+39=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #505527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505527 is #AFAAD8. Grayscale: #4E4E4E. Windows color (decimal): -11512537 or 2577744. OLE color: 2577744.

HSL color Cylindrical-coordinate representation of color #505527: hue angle of 66.52º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #505527 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB808539-
CMYK0.0600.540.67
HSL66.52º37.1%24.31%-
HSV(B)66.52º54.12%33.33%-
XYZ6.928.353.17-
YUV78.26105.84129.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 39 (15.62% from 255) = 19.12%
R=39.22%
G=41.67%
B=19.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085390.0600.540.6766.5237.124.31
Hex505527603643432518
Octal1201254760661031034530
Binary1010000101010110011111001101101000011100001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505527; }

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

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

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

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

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

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

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

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