Shades of Nordic #05353A
Tints of Nordic #05353A
RGB
CMYK
RGB Variations
Color information
#05353A (or 0x05353A) is known color: Nordic. HEX triplet: 05, 35 and 3A. RGB value is (5,53,58). Sum of RGB (Red+Green+Blue) = 5+53+58=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #05353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05353A is #FACAC5. Grayscale: #272727. Windows color (decimal): -16435910 or 3814661. OLE color: 3814661.
HSL color Cylindrical-coordinate representation of color #05353A: hue angle of 185.66º 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 #05353A is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 53 | 58 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.77 |
| HSL | 185.66º | 0.84% | 0.12% | - |
| HSV(B) | 185.66º | 0.91% | 0.23% | - |
| XYZ | 2.1 | 2.88 | 4.45 | - |
| YUV | 39.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 58 | 0.91 | 0.09 | 0 | 0.77 | 185.66 | 0.84 | 0.12 |
| Hex | 5 | 35 | 3A | 5B | 9 | 0 | 4D | BA | 54 | C |
| Octal | 5 | 65 | 72 | 133 | 11 | 0 | 115 | 272 | 124 | 14 |
| Binary | 101 | 110101 | 111010 | 1011011 | 1001 | 0 | 1001101 | 10111010 | 1010100 | 1100 |
Color Harmonies of #05353A
Complementary color
Monochromatic Colors of #05353A
Black with #05353A
Text Example
Text Example
White with #05353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05353A; }
p { color: rgb(5,53,58); }
H1.HeaderClassName
{
color: #05353A;
}
.AnyTagClassName
{
color: #05353A;
}
</style>
background-color css
<style>
a { background-color: #05353A; }
a { background-color: rgb(5,53,58); }
div.DivClassName
{
background-color: #05353A;
}
.BgClassName
{
background-color: #05353A;
}
</style>
border-color css
<style>
span { border-color: #05353A; }
span { border-color: rgb(5,53,58); }
td.TdClassName
{
border-color: #05353A;
}
.TagClassName
{
border-color: #05353A;
}
</style>