Shades of Nordic #052E37
Tints of Nordic #052E37
RGB
CMYK
RGB Variations
Color information
#052E37 (or 0x052E37) is known color: Nordic. HEX triplet: 05, 2E and 37. RGB value is (5,46,55). Sum of RGB (Red+Green+Blue) = 5+46+55=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #052E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E37 is #FAD1C8. Grayscale: #222222. Windows color (decimal): -16437705 or 3616261. OLE color: 3616261.
HSL color Cylindrical-coordinate representation of color #052E37: hue angle of 190.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052E37 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 46 | 55 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.78 |
| HSL | 190.8º | 0.83% | 0.12% | - |
| HSV(B) | 190.8º | 0.91% | 0.22% | - |
| XYZ | 1.73 | 2.26 | 3.96 | - |
| YUV | 34.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 55 | 0.91 | 0.16 | 0 | 0.78 | 190.8 | 0.83 | 0.12 |
| Hex | 5 | 2E | 37 | 5B | 10 | 0 | 4E | BF | 53 | C |
| Octal | 5 | 56 | 67 | 133 | 20 | 0 | 116 | 277 | 123 | 14 |
| Binary | 101 | 101110 | 110111 | 1011011 | 10000 | 0 | 1001110 | 10111111 | 1010011 | 1100 |
Color Harmonies of #052E37
Complementary color
Monochromatic Colors of #052E37
Black with #052E37
Text Example
Text Example
White with #052E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052E37; }
p { color: rgb(5,46,55); }
H1.HeaderClassName
{
color: #052E37;
}
.AnyTagClassName
{
color: #052E37;
}
</style>
background-color css
<style>
a { background-color: #052E37; }
a { background-color: rgb(5,46,55); }
div.DivClassName
{
background-color: #052E37;
}
.BgClassName
{
background-color: #052E37;
}
</style>
border-color css
<style>
span { border-color: #052E37; }
span { border-color: rgb(5,46,55); }
td.TdClassName
{
border-color: #052E37;
}
.TagClassName
{
border-color: #052E37;
}
</style>