Shades of Nordic #052C2D
Tints of Nordic #052C2D
RGB
CMYK
RGB Variations
Color information
#052C2D (or 0x052C2D) is known color: Nordic. HEX triplet: 05, 2C and 2D. RGB value is (5,44,45). Sum of RGB (Red+Green+Blue) = 5+44+45=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 44 (17.58% from 255 or 46.81% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #052C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C2D is #FAD3D2. Grayscale: #202020. Windows color (decimal): -16438227 or 2960389. OLE color: 2960389.
HSL color Cylindrical-coordinate representation of color #052C2D: hue angle of 181.5º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052C2D is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 44 | 45 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.82 |
| HSL | 181.5º | 0.8% | 0.1% | - |
| HSV(B) | 181.5º | 0.89% | 0.18% | - |
| XYZ | 1.44 | 2.02 | 2.8 | - |
| YUV | 32.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 45 | 0.89 | 0.02 | 0 | 0.82 | 181.5 | 0.8 | 0.1 |
| Hex | 5 | 2C | 2D | 59 | 2 | 0 | 52 | B6 | 50 | A |
| Octal | 5 | 54 | 55 | 131 | 2 | 0 | 122 | 266 | 120 | 12 |
| Binary | 101 | 101100 | 101101 | 1011001 | 10 | 0 | 1010010 | 10110110 | 1010000 | 1010 |
Color Harmonies of #052C2D
Complementary color
Monochromatic Colors of #052C2D
Black with #052C2D
Text Example
Text Example
White with #052C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C2D; }
p { color: rgb(5,44,45); }
H1.HeaderClassName
{
color: #052C2D;
}
.AnyTagClassName
{
color: #052C2D;
}
</style>
background-color css
<style>
a { background-color: #052C2D; }
a { background-color: rgb(5,44,45); }
div.DivClassName
{
background-color: #052C2D;
}
.BgClassName
{
background-color: #052C2D;
}
</style>
border-color css
<style>
span { border-color: #052C2D; }
span { border-color: rgb(5,44,45); }
td.TdClassName
{
border-color: #052C2D;
}
.TagClassName
{
border-color: #052C2D;
}
</style>