#515B33

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

Shades of Saratoga #515B33

Tints of Saratoga #515B33

Color information

#515B33 (or 0x515B33) is unknown color: approx Saratoga. HEX triplet: 51, 5B and 33. RGB value is (81,91,51). Sum of RGB (Red+Green+Blue) = 81+91+51=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 91 - color contains mainly: green. Hex color #515B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515B33 is #AEA4CC. Grayscale: #535353. Windows color (decimal): -11445453 or 3365713. OLE color: 3365713.

HSL color Cylindrical-coordinate representation of color #515B33: hue angle of 75º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #515B33 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB819151-
CMYK0.1100.440.64
HSL75º28.17%27.84%-
HSV(B)75º43.96%35.69%-
XYZ7.739.474.55-
YUV83.45109.69126.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 91 (35.94% from 255) = 40.81%
BLUE value IS 51 (20.31% from 255) = 22.87%
R=36.32%
G=40.81%
B=22.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8191510.1100.440.647528.1727.84
Hex515B33B02C404b1c1c
Octal12113363130541001133434
Binary1010001101101111001110110101100100000010010111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515B33; }

 p { color: rgb(81,91,51); }

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

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

 a { background-color: rgb(81,91,51); }

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

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

 span { border-color: rgb(81,91,51); }

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