Shades of Nordic #052C31
Tints of Nordic #052C31
RGB
CMYK
RGB Variations
Color information
#052C31 (or 0x052C31) is known color: Nordic. HEX triplet: 05, 2C and 31. RGB value is (5,44,49). Sum of RGB (Red+Green+Blue) = 5+44+49=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 44 (17.58% from 255 or 44.90% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #052C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C31 is #FAD3CE. Grayscale: #202020. Windows color (decimal): -16438223 or 3222533. OLE color: 3222533.
HSL color Cylindrical-coordinate representation of color #052C31: hue angle of 186.82º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052C31 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 44 | 49 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.81 |
| HSL | 186.82º | 0.81% | 0.11% | - |
| HSV(B) | 186.82º | 0.9% | 0.19% | - |
| XYZ | 1.52 | 2.06 | 3.22 | - |
| YUV | 32.91 | 137.08 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 49 | 0.90 | 0.10 | 0 | 0.81 | 186.82 | 0.81 | 0.11 |
| Hex | 5 | 2C | 31 | 5A | A | 0 | 51 | BB | 51 | B |
| Octal | 5 | 54 | 61 | 132 | 12 | 0 | 121 | 273 | 121 | 13 |
| Binary | 101 | 101100 | 110001 | 1011010 | 1010 | 0 | 1010001 | 10111011 | 1010001 | 1011 |
Color Harmonies of #052C31
Complementary color
Monochromatic Colors of #052C31
Black with #052C31
Text Example
Text Example
White with #052C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C31; }
p { color: rgb(5,44,49); }
H1.HeaderClassName
{
color: #052C31;
}
.AnyTagClassName
{
color: #052C31;
}
</style>
background-color css
<style>
a { background-color: #052C31; }
a { background-color: rgb(5,44,49); }
div.DivClassName
{
background-color: #052C31;
}
.BgClassName
{
background-color: #052C31;
}
</style>
border-color css
<style>
span { border-color: #052C31; }
span { border-color: rgb(5,44,49); }
td.TdClassName
{
border-color: #052C31;
}
.TagClassName
{
border-color: #052C31;
}
</style>