Shades of Swamp #05292B
Tints of Swamp #05292B
RGB
CMYK
RGB Variations
Color information
#05292B (or 0x05292B) is known color: Swamp. HEX triplet: 05, 29 and 2B. RGB value is (5,41,43). Sum of RGB (Red+Green+Blue) = 5+41+43=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 41 (16.41% from 255 or 46.07% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #05292B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05292B is #FAD6D4. Grayscale: #1E1E1E. Windows color (decimal): -16438997 or 2828549. OLE color: 2828549.
HSL color Cylindrical-coordinate representation of color #05292B: hue angle of 183.16º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05292B is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 41 | 43 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.83 |
| HSL | 183.16º | 0.79% | 0.09% | - |
| HSV(B) | 183.16º | 0.88% | 0.17% | - |
| XYZ | 1.29 | 1.79 | 2.56 | - |
| YUV | 30.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 43 | 0.88 | 0.05 | 0 | 0.83 | 183.16 | 0.79 | 0.09 |
| Hex | 5 | 29 | 2B | 58 | 5 | 0 | 53 | B7 | 4F | 9 |
| Octal | 5 | 51 | 53 | 130 | 5 | 0 | 123 | 267 | 117 | 11 |
| Binary | 101 | 101001 | 101011 | 1011000 | 101 | 0 | 1010011 | 10110111 | 1001111 | 1001 |
Color Harmonies of #05292B
Complementary color
Monochromatic Colors of #05292B
Black with #05292B
Text Example
Text Example
White with #05292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05292B; }
p { color: rgb(5,41,43); }
H1.HeaderClassName
{
color: #05292B;
}
.AnyTagClassName
{
color: #05292B;
}
</style>
background-color css
<style>
a { background-color: #05292B; }
a { background-color: rgb(5,41,43); }
div.DivClassName
{
background-color: #05292B;
}
.BgClassName
{
background-color: #05292B;
}
</style>
border-color css
<style>
span { border-color: #05292B; }
span { border-color: rgb(5,41,43); }
td.TdClassName
{
border-color: #05292B;
}
.TagClassName
{
border-color: #05292B;
}
</style>