Shades of Nordic #052D36
Tints of Nordic #052D36
RGB
CMYK
RGB Variations
Color information
#052D36 (or 0x052D36) is known color: Nordic. HEX triplet: 05, 2D and 36. RGB value is (5,45,54). Sum of RGB (Red+Green+Blue) = 5+45+54=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #052D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D36 is #FAD2C9. Grayscale: #212121. Windows color (decimal): -16437962 or 3550469. OLE color: 3550469.
HSL color Cylindrical-coordinate representation of color #052D36: hue angle of 191.02º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052D36 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 45 | 54 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.79 |
| HSL | 191.02º | 0.83% | 0.12% | - |
| HSV(B) | 191.02º | 0.91% | 0.21% | - |
| XYZ | 1.67 | 2.18 | 3.82 | - |
| YUV | 34.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 54 | 0.91 | 0.17 | 0 | 0.79 | 191.02 | 0.83 | 0.12 |
| Hex | 5 | 2D | 36 | 5B | 11 | 0 | 4F | BF | 53 | C |
| Octal | 5 | 55 | 66 | 133 | 21 | 0 | 117 | 277 | 123 | 14 |
| Binary | 101 | 101101 | 110110 | 1011011 | 10001 | 0 | 1001111 | 10111111 | 1010011 | 1100 |
Color Harmonies of #052D36
Complementary color
Monochromatic Colors of #052D36
Black with #052D36
Text Example
Text Example
White with #052D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D36; }
p { color: rgb(5,45,54); }
H1.HeaderClassName
{
color: #052D36;
}
.AnyTagClassName
{
color: #052D36;
}
</style>
background-color css
<style>
a { background-color: #052D36; }
a { background-color: rgb(5,45,54); }
div.DivClassName
{
background-color: #052D36;
}
.BgClassName
{
background-color: #052D36;
}
</style>
border-color css
<style>
span { border-color: #052D36; }
span { border-color: rgb(5,45,54); }
td.TdClassName
{
border-color: #052D36;
}
.TagClassName
{
border-color: #052D36;
}
</style>