Shades of Swamp #052829
Tints of Swamp #052829
RGB
CMYK
RGB Variations
Color information
#052829 (or 0x052829) is known color: Swamp. HEX triplet: 05, 28 and 29. RGB value is (5,40,41). Sum of RGB (Red+Green+Blue) = 5+40+41=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 41 (16.41% from 255 or 47.67% from 86); Max value from RGB is 41 - color contains mainly: blue. Hex color #052829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052829 is #FAD7D6. Grayscale: #1D1D1D. Windows color (decimal): -16439255 or 2697221. OLE color: 2697221.
HSL color Cylindrical-coordinate representation of color #052829: hue angle of 181.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052829 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 40 | 41 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.84 |
| HSL | 181.67º | 0.78% | 0.09% | - |
| HSV(B) | 181.67º | 0.88% | 0.16% | - |
| XYZ | 1.22 | 1.71 | 2.36 | - |
| YUV | 29.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 41 | 0.88 | 0.02 | 0 | 0.84 | 181.67 | 0.78 | 0.09 |
| Hex | 5 | 28 | 29 | 58 | 2 | 0 | 54 | B6 | 4E | 9 |
| Octal | 5 | 50 | 51 | 130 | 2 | 0 | 124 | 266 | 116 | 11 |
| Binary | 101 | 101000 | 101001 | 1011000 | 10 | 0 | 1010100 | 10110110 | 1001110 | 1001 |
Color Harmonies of #052829
Complementary color
Monochromatic Colors of #052829
Black with #052829
Text Example
Text Example
White with #052829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052829; }
p { color: rgb(5,40,41); }
H1.HeaderClassName
{
color: #052829;
}
.AnyTagClassName
{
color: #052829;
}
</style>
background-color css
<style>
a { background-color: #052829; }
a { background-color: rgb(5,40,41); }
div.DivClassName
{
background-color: #052829;
}
.BgClassName
{
background-color: #052829;
}
</style>
border-color css
<style>
span { border-color: #052829; }
span { border-color: rgb(5,40,41); }
td.TdClassName
{
border-color: #052829;
}
.TagClassName
{
border-color: #052829;
}
</style>