Shades of Nordic #052B33
Tints of Nordic #052B33
RGB
CMYK
RGB Variations
Color information
#052B33 (or 0x052B33) is known color: Nordic. HEX triplet: 05, 2B and 33. RGB value is (5,43,51). Sum of RGB (Red+Green+Blue) = 5+43+51=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 43 (17.19% from 255 or 43.43% from 99); Blue value is 51 (20.31% from 255 or 51.52% from 99); Max value from RGB is 51 - color contains mainly: blue. Hex color #052B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B33 is #FAD4CC. Grayscale: #202020. Windows color (decimal): -16438477 or 3353349. OLE color: 3353349.
HSL color Cylindrical-coordinate representation of color #052B33: hue angle of 190.43º 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 #052B33 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 43 | 51 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.8 |
| HSL | 190.43º | 0.82% | 0.11% | - |
| HSV(B) | 190.43º | 0.9% | 0.2% | - |
| XYZ | 1.52 | 2 | 3.44 | - |
| YUV | 32.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 51 | 0.90 | 0.16 | 0 | 0.8 | 190.43 | 0.82 | 0.11 |
| Hex | 5 | 2B | 33 | 5A | 10 | 0 | 50 | BE | 52 | B |
| Octal | 5 | 53 | 63 | 132 | 20 | 0 | 120 | 276 | 122 | 13 |
| Binary | 101 | 101011 | 110011 | 1011010 | 10000 | 0 | 1010000 | 10111110 | 1010010 | 1011 |
Color Harmonies of #052B33
Complementary color
Monochromatic Colors of #052B33
Black with #052B33
Text Example
Text Example
White with #052B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B33; }
p { color: rgb(5,43,51); }
H1.HeaderClassName
{
color: #052B33;
}
.AnyTagClassName
{
color: #052B33;
}
</style>
background-color css
<style>
a { background-color: #052B33; }
a { background-color: rgb(5,43,51); }
div.DivClassName
{
background-color: #052B33;
}
.BgClassName
{
background-color: #052B33;
}
</style>
border-color css
<style>
span { border-color: #052B33; }
span { border-color: rgb(5,43,51); }
td.TdClassName
{
border-color: #052B33;
}
.TagClassName
{
border-color: #052B33;
}
</style>