Shades of Swamp #052527
Tints of Swamp #052527
RGB
CMYK
RGB Variations
Color information
#052527 (or 0x052527) is known color: Swamp. HEX triplet: 05, 25 and 27. RGB value is (5,37,39). Sum of RGB (Red+Green+Blue) = 5+37+39=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 39 - color contains mainly: blue. Hex color #052527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052527 is #FADAD8. Grayscale: #1B1B1B. Windows color (decimal): -16440025 or 2565381. OLE color: 2565381.
HSL color Cylindrical-coordinate representation of color #052527: hue angle of 183.53º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052527 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 37 | 39 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.85 |
| HSL | 183.53º | 0.77% | 0.09% | - |
| HSV(B) | 183.53º | 0.87% | 0.15% | - |
| XYZ | 1.09 | 1.5 | 2.15 | - |
| YUV | 27.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 39 | 0.87 | 0.05 | 0 | 0.85 | 183.53 | 0.77 | 0.09 |
| Hex | 5 | 25 | 27 | 57 | 5 | 0 | 55 | B8 | 4D | 9 |
| Octal | 5 | 45 | 47 | 127 | 5 | 0 | 125 | 270 | 115 | 11 |
| Binary | 101 | 100101 | 100111 | 1010111 | 101 | 0 | 1010101 | 10111000 | 1001101 | 1001 |
Color Harmonies of #052527
Complementary color
Monochromatic Colors of #052527
Black with #052527
Text Example
Text Example
White with #052527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052527; }
p { color: rgb(5,37,39); }
H1.HeaderClassName
{
color: #052527;
}
.AnyTagClassName
{
color: #052527;
}
</style>
background-color css
<style>
a { background-color: #052527; }
a { background-color: rgb(5,37,39); }
div.DivClassName
{
background-color: #052527;
}
.BgClassName
{
background-color: #052527;
}
</style>
border-color css
<style>
span { border-color: #052527; }
span { border-color: rgb(5,37,39); }
td.TdClassName
{
border-color: #052527;
}
.TagClassName
{
border-color: #052527;
}
</style>