#505F23

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

Shades of Saratoga #505F23

Tints of Saratoga #505F23

Color information

#505F23 (or 0x505F23) is unknown color: approx Saratoga. HEX triplet: 50, 5F and 23. RGB value is (80,95,35). Sum of RGB (Red+Green+Blue) = 80+95+35=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #505F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505F23 is #AFA0DC. Grayscale: #535353. Windows color (decimal): -11509981 or 2318160. OLE color: 2318160.

HSL color Cylindrical-coordinate representation of color #505F23: hue angle of 75º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #505F23 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB809535-
CMYK0.1600.630.63
HSL75º46.15%25.49%-
HSV(B)75º63.16%37.25%-
XYZ7.710.013.12-
YUV83.67100.53125.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 95 (37.5% from 255) = 45.24%
BLUE value IS 35 (14.06% from 255) = 16.67%
R=38.10%
G=45.24%
B=16.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8095350.1600.630.637546.1525.49
Hex505F231003F3F4b2e19
Octal1201374320077771135631
Binary10100001011111100011100000111111111111100101110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,95,35); }

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

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

 a { background-color: rgb(80,95,35); }

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

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

 span { border-color: rgb(80,95,35); }

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