Shades of Nordic #053334
Tints of Nordic #053334
RGB
CMYK
RGB Variations
Color information
#053334 (or 0x053334) is known color: Nordic. HEX triplet: 05, 33 and 34. RGB value is (5,51,52). Sum of RGB (Red+Green+Blue) = 5+51+52=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #053334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053334 is #FACCCB. Grayscale: #252525. Windows color (decimal): -16436428 or 3420933. OLE color: 3420933.
HSL color Cylindrical-coordinate representation of color #053334: hue angle of 181.28º 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 #053334 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 51 | 52 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.80 |
| HSL | 181.28º | 0.82% | 0.11% | - |
| HSV(B) | 181.28º | 0.9% | 0.2% | - |
| XYZ | 1.87 | 2.65 | 3.66 | - |
| YUV | 37.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 52 | 0.90 | 0.02 | 0 | 0.80 | 181.28 | 0.82 | 0.11 |
| Hex | 5 | 33 | 34 | 5A | 2 | 0 | 50 | B5 | 52 | B |
| Octal | 5 | 63 | 64 | 132 | 2 | 0 | 120 | 265 | 122 | 13 |
| Binary | 101 | 110011 | 110100 | 1011010 | 10 | 0 | 1010000 | 10110101 | 1010010 | 1011 |
Color Harmonies of #053334
Complementary color
Monochromatic Colors of #053334
Black with #053334
Text Example
Text Example
White with #053334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053334; }
p { color: rgb(5,51,52); }
H1.HeaderClassName
{
color: #053334;
}
.AnyTagClassName
{
color: #053334;
}
</style>
background-color css
<style>
a { background-color: #053334; }
a { background-color: rgb(5,51,52); }
div.DivClassName
{
background-color: #053334;
}
.BgClassName
{
background-color: #053334;
}
</style>
border-color css
<style>
span { border-color: #053334; }
span { border-color: rgb(5,51,52); }
td.TdClassName
{
border-color: #053334;
}
.TagClassName
{
border-color: #053334;
}
</style>