Shades of Swamp #052B2B
Tints of Swamp #052B2B
RGB
CMYK
RGB Variations
Color information
#052B2B (or 0x052B2B) is known color: Swamp. HEX triplet: 05, 2B and 2B. RGB value is (5,43,43). Sum of RGB (Red+Green+Blue) = 5+43+43=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 43 (17.19% from 255 or 47.25% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: green, blue. Hex color #052B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B2B is #FAD4D4. Grayscale: #1F1F1F. Windows color (decimal): -16438485 or 2829061. OLE color: 2829061.
HSL color Cylindrical-coordinate representation of color #052B2B: hue angle of 180º 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 #052B2B is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 43 | 43 | - |
| CMYK | 0.88 | 0 | 0 | 0.83 |
| HSL | 180º | 0.79% | 0.09% | - |
| HSV(B) | 180º | 0.88% | 0.17% | - |
| XYZ | 1.36 | 1.93 | 2.59 | - |
| YUV | 31.64 | 134.41 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 43 | 0.88 | 0 | 0 | 0.83 | 180 | 0.79 | 0.09 |
| Hex | 5 | 2B | 2B | 58 | 0 | 0 | 53 | B4 | 4F | 9 |
| Octal | 5 | 53 | 53 | 130 | 0 | 0 | 123 | 264 | 117 | 11 |
| Binary | 101 | 101011 | 101011 | 1011000 | 0 | 0 | 1010011 | 10110100 | 1001111 | 1001 |
Color Harmonies of #052B2B
Complementary color
Monochromatic Colors of #052B2B
Black with #052B2B
Text Example
Text Example
White with #052B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B2B; }
p { color: rgb(5,43,43); }
H1.HeaderClassName
{
color: #052B2B;
}
.AnyTagClassName
{
color: #052B2B;
}
</style>
background-color css
<style>
a { background-color: #052B2B; }
a { background-color: rgb(5,43,43); }
div.DivClassName
{
background-color: #052B2B;
}
.BgClassName
{
background-color: #052B2B;
}
</style>
border-color css
<style>
span { border-color: #052B2B; }
span { border-color: rgb(5,43,43); }
td.TdClassName
{
border-color: #052B2B;
}
.TagClassName
{
border-color: #052B2B;
}
</style>