#505A27

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

Shades of Saratoga #505A27

Tints of Saratoga #505A27

Color information

#505A27 (or 0x505A27) is unknown color: approx Saratoga. HEX triplet: 50, 5A and 27. RGB value is (80,90,39). Sum of RGB (Red+Green+Blue) = 80+90+39=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #505A27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A27 is #AFA5D8. Grayscale: #515151. Windows color (decimal): -11511257 or 2579024. OLE color: 2579024.

HSL color Cylindrical-coordinate representation of color #505A27: hue angle of 71.76º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #505A27 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB809039-
CMYK0.1100.570.65
HSL71.76º39.53%25.29%-
HSV(B)71.76º56.67%35.29%-
XYZ7.339.163.3-
YUV81.2104.19127.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=38.28%
G=43.06%
B=18.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090390.1100.570.6571.7639.5325.29
Hex505A27B03941482819
Octal12013247130711011105031
Binary10100001011010100111101101110011000001100100010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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