#505528

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

Shades of Saratoga #505528

Tints of Saratoga #505528

Color information

#505528 (or 0x505528) is unknown color: approx Saratoga. HEX triplet: 50, 55 and 28. RGB value is (80,85,40). Sum of RGB (Red+Green+Blue) = 80+85+40=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #505528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505528 is #AFAAD7. Grayscale: #4E4E4E. Windows color (decimal): -11512536 or 2643280. OLE color: 2643280.

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

Color convert

RGB808540-
CMYK0.0600.530.67
HSL66.67º36%24.51%-
HSV(B)66.67º52.94%33.33%-
XYZ6.948.363.25-
YUV78.38106.34129.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 40 (16.02% from 255) = 19.51%
R=39.02%
G=41.46%
B=19.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085400.0600.530.6766.673624.51
Hex505528603543432419
Octal1201255060651031034431
Binary1010000101010110100011001101011000011100001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505528; }

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

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

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

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

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

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

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

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