Shades of Saratoga #525833
Tints of Saratoga #525833
RGB
CMYK
RGB Variations
Color information
#525833 (or 0x525833) is known color: Saratoga. HEX triplet: 52, 58 and 33. RGB value is (82,88,51). Sum of RGB (Red+Green+Blue) = 82+88+51=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 88 - color contains mainly: green. Hex color #525833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525833 is #ADA7CC. Grayscale: #525252. Windows color (decimal): -11380685 or 3364946. OLE color: 3364946.
HSL color Cylindrical-coordinate representation of color #525833: hue angle of 69.73º 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 #525833 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 88 | 51 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.65 |
| HSL | 69.73º | 0.27% | 0.27% | - |
| HSV(B) | 69.73º | 0.42% | 0.35% | - |
| XYZ | 7.57 | 9.01 | 4.47 | - |
| YUV | 81.99 | 110.51 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 51 | 0.07 | 0 | 0.42 | 0.65 | 69.73 | 0.27 | 0.27 |
| Hex | 52 | 58 | 33 | 7 | 0 | 2A | 41 | 46 | 1B | 1B |
| Octal | 122 | 130 | 63 | 7 | 0 | 52 | 101 | 106 | 33 | 33 |
| Binary | 1010010 | 1011000 | 110011 | 111 | 0 | 101010 | 1000001 | 1000110 | 11011 | 11011 |
Color Harmonies of #525833
Complementary color
Monochromatic Colors of #525833
Black with #525833
Text Example
Text Example
White with #525833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525833; }
p { color: rgb(82,88,51); }
H1.HeaderClassName
{
color: #525833;
}
.AnyTagClassName
{
color: #525833;
}
</style>
background-color css
<style>
a { background-color: #525833; }
a { background-color: rgb(82,88,51); }
div.DivClassName
{
background-color: #525833;
}
.BgClassName
{
background-color: #525833;
}
</style>
border-color css
<style>
span { border-color: #525833; }
span { border-color: rgb(82,88,51); }
td.TdClassName
{
border-color: #525833;
}
.TagClassName
{
border-color: #525833;
}
</style>