Shades of Nordic #052D33
Tints of Nordic #052D33
RGB
CMYK
RGB Variations
Color information
#052D33 (or 0x052D33) is known color: Nordic. HEX triplet: 05, 2D and 33. RGB value is (5,45,51). Sum of RGB (Red+Green+Blue) = 5+45+51=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #052D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D33 is #FAD2CC. Grayscale: #212121. Windows color (decimal): -16437965 or 3353861. OLE color: 3353861.
HSL color Cylindrical-coordinate representation of color #052D33: hue angle of 187.83º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052D33 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 45 | 51 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.8 |
| HSL | 187.83º | 0.82% | 0.11% | - |
| HSV(B) | 187.83º | 0.9% | 0.2% | - |
| XYZ | 1.6 | 2.15 | 3.46 | - |
| YUV | 33.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 51 | 0.90 | 0.12 | 0 | 0.8 | 187.83 | 0.82 | 0.11 |
| Hex | 5 | 2D | 33 | 5A | C | 0 | 50 | BC | 52 | B |
| Octal | 5 | 55 | 63 | 132 | 14 | 0 | 120 | 274 | 122 | 13 |
| Binary | 101 | 101101 | 110011 | 1011010 | 1100 | 0 | 1010000 | 10111100 | 1010010 | 1011 |
Color Harmonies of #052D33
Complementary color
Monochromatic Colors of #052D33
Black with #052D33
Text Example
Text Example
White with #052D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D33; }
p { color: rgb(5,45,51); }
H1.HeaderClassName
{
color: #052D33;
}
.AnyTagClassName
{
color: #052D33;
}
</style>
background-color css
<style>
a { background-color: #052D33; }
a { background-color: rgb(5,45,51); }
div.DivClassName
{
background-color: #052D33;
}
.BgClassName
{
background-color: #052D33;
}
</style>
border-color css
<style>
span { border-color: #052D33; }
span { border-color: rgb(5,45,51); }
td.TdClassName
{
border-color: #052D33;
}
.TagClassName
{
border-color: #052D33;
}
</style>