#515833

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

Shades of Saratoga #515833

Tints of Saratoga #515833

Color information

#515833 (or 0x515833) is unknown color: approx Saratoga. HEX triplet: 51, 58 and 33. RGB value is (81,88,51). Sum of RGB (Red+Green+Blue) = 81+88+51=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #515833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515833 is #AEA7CC. Grayscale: #515151. Windows color (decimal): -11446221 or 3364945. OLE color: 3364945.

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

Color convert

RGB818851-
CMYK0.0800.420.65
HSL71.35º26.62%27.25%-
HSV(B)71.35º42.05%34.51%-
XYZ7.488.974.47-
YUV81.69110.68127.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 88 (34.77% from 255) = 40%
BLUE value IS 51 (20.31% from 255) = 23.18%
R=36.82%
G=40%
B=23.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188510.0800.420.6571.3526.6227.25
Hex515833802A41471b1b
Octal12113063100521011073333
Binary1010001101100011001110000101010100000110001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515833; }

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

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

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

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

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

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

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

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