Shades of Nordic #05353C
Tints of Nordic #05353C
RGB
CMYK
RGB Variations
Color information
#05353C (or 0x05353C) is known color: Nordic. HEX triplet: 05, 35 and 3C. RGB value is (5,53,60). Sum of RGB (Red+Green+Blue) = 5+53+60=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #05353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05353C is #FACAC3. Grayscale: #272727. Windows color (decimal): -16435908 or 3945733. OLE color: 3945733.
HSL color Cylindrical-coordinate representation of color #05353C: hue angle of 187.64º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05353C is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 53 | 60 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.76 |
| HSL | 187.64º | 0.85% | 0.13% | - |
| HSV(B) | 187.64º | 0.92% | 0.24% | - |
| XYZ | 2.15 | 2.9 | 4.72 | - |
| YUV | 39.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 60 | 0.92 | 0.12 | 0 | 0.76 | 187.64 | 0.85 | 0.13 |
| Hex | 5 | 35 | 3C | 5C | C | 0 | 4C | BC | 55 | D |
| Octal | 5 | 65 | 74 | 134 | 14 | 0 | 114 | 274 | 125 | 15 |
| Binary | 101 | 110101 | 111100 | 1011100 | 1100 | 0 | 1001100 | 10111100 | 1010101 | 1101 |
Color Harmonies of #05353C
Complementary color
Monochromatic Colors of #05353C
Black with #05353C
Text Example
Text Example
White with #05353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05353C; }
p { color: rgb(5,53,60); }
H1.HeaderClassName
{
color: #05353C;
}
.AnyTagClassName
{
color: #05353C;
}
</style>
background-color css
<style>
a { background-color: #05353C; }
a { background-color: rgb(5,53,60); }
div.DivClassName
{
background-color: #05353C;
}
.BgClassName
{
background-color: #05353C;
}
</style>
border-color css
<style>
span { border-color: #05353C; }
span { border-color: rgb(5,53,60); }
td.TdClassName
{
border-color: #05353C;
}
.TagClassName
{
border-color: #05353C;
}
</style>