#505933

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

Shades of Saratoga #505933

Tints of Saratoga #505933

Color information

#505933 (or 0x505933) is unknown color: approx Saratoga. HEX triplet: 50, 59 and 33. RGB value is (80,89,51). Sum of RGB (Red+Green+Blue) = 80+89+51=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #505933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505933 is #AFA6CC. Grayscale: #525252. Windows color (decimal): -11511501 or 3365200. OLE color: 3365200.

HSL color Cylindrical-coordinate representation of color #505933: hue angle of 74.21º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #505933 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB808951-
CMYK0.1000.430.65
HSL74.21º27.14%27.45%-
HSV(B)74.21º42.7%34.9%-
XYZ7.489.094.49-
YUV81.98110.52126.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 89 (35.16% from 255) = 40.45%
BLUE value IS 51 (20.31% from 255) = 23.18%
R=36.36%
G=40.45%
B=23.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089510.1000.430.6574.2127.1427.45
Hex505933A02B414a1b1b
Octal12013163120531011123333
Binary1010000101100111001110100101011100000110010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505933; }

 p { color: rgb(80,89,51); }

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

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

 a { background-color: rgb(80,89,51); }

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

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

 span { border-color: rgb(80,89,51); }

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