#515526

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

Shades of Saratoga #515526

Tints of Saratoga #515526

Color information

#515526 (or 0x515526) is unknown color: approx Saratoga. HEX triplet: 51, 55 and 26. RGB value is (81,85,38). Sum of RGB (Red+Green+Blue) = 81+85+38=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #515526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515526 is #AEAAD9. Grayscale: #4E4E4E. Windows color (decimal): -11447002 or 2512209. OLE color: 2512209.

HSL color Cylindrical-coordinate representation of color #515526: hue angle of 65.11º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #515526 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB818538-
CMYK0.0500.550.67
HSL65.11º38.21%24.12%-
HSV(B)65.11º55.29%33.33%-
XYZ6.998.393.08-
YUV78.45105.17129.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=39.71%
G=41.67%
B=18.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185380.0500.550.6765.1138.2124.12
Hex515526503743412618
Octal1211254650671031014630
Binary1010001101010110011010101101111000011100000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515526; }

 p { color: rgb(81,85,38); }

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

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

 a { background-color: rgb(81,85,38); }

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

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

 span { border-color: rgb(81,85,38); }

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