Shades of Nordic #05323A
Tints of Nordic #05323A
RGB
CMYK
RGB Variations
Color information
#05323A (or 0x05323A) is known color: Nordic. HEX triplet: 05, 32 and 3A. RGB value is (5,50,58). Sum of RGB (Red+Green+Blue) = 5+50+58=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #05323A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05323A is #FACDC5. Grayscale: #252525. Windows color (decimal): -16436678 or 3813893. OLE color: 3813893.
HSL color Cylindrical-coordinate representation of color #05323A: hue angle of 189.06º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05323A is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 50 | 58 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.77 |
| HSL | 189.06º | 0.84% | 0.12% | - |
| HSV(B) | 189.06º | 0.91% | 0.23% | - |
| XYZ | 1.97 | 2.62 | 4.4 | - |
| YUV | 37.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 58 | 0.91 | 0.14 | 0 | 0.77 | 189.06 | 0.84 | 0.12 |
| Hex | 5 | 32 | 3A | 5B | E | 0 | 4D | BD | 54 | C |
| Octal | 5 | 62 | 72 | 133 | 16 | 0 | 115 | 275 | 124 | 14 |
| Binary | 101 | 110010 | 111010 | 1011011 | 1110 | 0 | 1001101 | 10111101 | 1010100 | 1100 |
Color Harmonies of #05323A
Complementary color
Monochromatic Colors of #05323A
Black with #05323A
Text Example
Text Example
White with #05323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05323A; }
p { color: rgb(5,50,58); }
H1.HeaderClassName
{
color: #05323A;
}
.AnyTagClassName
{
color: #05323A;
}
</style>
background-color css
<style>
a { background-color: #05323A; }
a { background-color: rgb(5,50,58); }
div.DivClassName
{
background-color: #05323A;
}
.BgClassName
{
background-color: #05323A;
}
</style>
border-color css
<style>
span { border-color: #05323A; }
span { border-color: rgb(5,50,58); }
td.TdClassName
{
border-color: #05323A;
}
.TagClassName
{
border-color: #05323A;
}
</style>