Shades of Swamp #052426
Tints of Swamp #052426
RGB
CMYK
RGB Variations
Color information
#052426 (or 0x052426) is known color: Swamp. HEX triplet: 05, 24 and 26. RGB value is (5,36,38). Sum of RGB (Red+Green+Blue) = 5+36+38=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 38 - color contains mainly: blue. Hex color #052426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052426 is #FADBD9. Grayscale: #1A1A1A. Windows color (decimal): -16440282 or 2499589. OLE color: 2499589.
HSL color Cylindrical-coordinate representation of color #052426: hue angle of 183.64º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052426 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 36 | 38 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.85 |
| HSL | 183.64º | 0.77% | 0.08% | - |
| HSV(B) | 183.64º | 0.87% | 0.15% | - |
| XYZ | 1.04 | 1.43 | 2.06 | - |
| YUV | 26.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 38 | 0.87 | 0.05 | 0 | 0.85 | 183.64 | 0.77 | 0.08 |
| Hex | 5 | 24 | 26 | 57 | 5 | 0 | 55 | B8 | 4D | 8 |
| Octal | 5 | 44 | 46 | 127 | 5 | 0 | 125 | 270 | 115 | 10 |
| Binary | 101 | 100100 | 100110 | 1010111 | 101 | 0 | 1010101 | 10111000 | 1001101 | 1000 |
Color Harmonies of #052426
Complementary color
Monochromatic Colors of #052426
Black with #052426
Text Example
Text Example
White with #052426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052426; }
p { color: rgb(5,36,38); }
H1.HeaderClassName
{
color: #052426;
}
.AnyTagClassName
{
color: #052426;
}
</style>
background-color css
<style>
a { background-color: #052426; }
a { background-color: rgb(5,36,38); }
div.DivClassName
{
background-color: #052426;
}
.BgClassName
{
background-color: #052426;
}
</style>
border-color css
<style>
span { border-color: #052426; }
span { border-color: rgb(5,36,38); }
td.TdClassName
{
border-color: #052426;
}
.TagClassName
{
border-color: #052426;
}
</style>