Shades of Nordic #05333D
Tints of Nordic #05333D
RGB
CMYK
RGB Variations
Color information
#05333D (or 0x05333D) is known color: Nordic. HEX triplet: 05, 33 and 3D. RGB value is (5,51,61). Sum of RGB (Red+Green+Blue) = 5+51+61=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #05333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05333D is #FACCC2. Grayscale: #262626. Windows color (decimal): -16436419 or 4010757. OLE color: 4010757.
HSL color Cylindrical-coordinate representation of color #05333D: hue angle of 190.71º 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 #05333D is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 51 | 61 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.76 |
| HSL | 190.71º | 0.85% | 0.13% | - |
| HSV(B) | 190.71º | 0.92% | 0.24% | - |
| XYZ | 2.09 | 2.74 | 4.83 | - |
| YUV | 38.39 | 140.76 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 61 | 0.92 | 0.16 | 0 | 0.76 | 190.71 | 0.85 | 0.13 |
| Hex | 5 | 33 | 3D | 5C | 10 | 0 | 4C | BF | 55 | D |
| Octal | 5 | 63 | 75 | 134 | 20 | 0 | 114 | 277 | 125 | 15 |
| Binary | 101 | 110011 | 111101 | 1011100 | 10000 | 0 | 1001100 | 10111111 | 1010101 | 1101 |
Color Harmonies of #05333D
Complementary color
Monochromatic Colors of #05333D
Black with #05333D
Text Example
Text Example
White with #05333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05333D; }
p { color: rgb(5,51,61); }
H1.HeaderClassName
{
color: #05333D;
}
.AnyTagClassName
{
color: #05333D;
}
</style>
background-color css
<style>
a { background-color: #05333D; }
a { background-color: rgb(5,51,61); }
div.DivClassName
{
background-color: #05333D;
}
.BgClassName
{
background-color: #05333D;
}
</style>
border-color css
<style>
span { border-color: #05333D; }
span { border-color: rgb(5,51,61); }
td.TdClassName
{
border-color: #05333D;
}
.TagClassName
{
border-color: #05333D;
}
</style>