Shades of Sherpa Blue #053C49
Tints of Sherpa Blue #053C49
RGB
CMYK
RGB Variations
Color information
#053C49 (or 0x053C49) is known color: Sherpa Blue. HEX triplet: 05, 3C and 49. RGB value is (5,60,73). Sum of RGB (Red+Green+Blue) = 5+60+73=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #053C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C49 is #FAC3B6. Grayscale: #2C2C2C. Windows color (decimal): -16434103 or 4799493. OLE color: 4799493.
HSL color Cylindrical-coordinate representation of color #053C49: hue angle of 191.47º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053C49 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 60 | 73 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.71 |
| HSL | 191.47º | 0.87% | 0.15% | - |
| HSV(B) | 191.47º | 0.93% | 0.29% | - |
| XYZ | 2.88 | 3.75 | 6.87 | - |
| YUV | 45.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 73 | 0.93 | 0.18 | 0 | 0.71 | 191.47 | 0.87 | 0.15 |
| Hex | 5 | 3C | 49 | 5D | 12 | 0 | 47 | BF | 57 | F |
| Octal | 5 | 74 | 111 | 135 | 22 | 0 | 107 | 277 | 127 | 17 |
| Binary | 101 | 111100 | 1001001 | 1011101 | 10010 | 0 | 1000111 | 10111111 | 1010111 | 1111 |
Color Harmonies of #053C49
Complementary color
Monochromatic Colors of #053C49
Black with #053C49
Text Example
Text Example
White with #053C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C49; }
p { color: rgb(5,60,73); }
H1.HeaderClassName
{
color: #053C49;
}
.AnyTagClassName
{
color: #053C49;
}
</style>
background-color css
<style>
a { background-color: #053C49; }
a { background-color: rgb(5,60,73); }
div.DivClassName
{
background-color: #053C49;
}
.BgClassName
{
background-color: #053C49;
}
</style>
border-color css
<style>
span { border-color: #053C49; }
span { border-color: rgb(5,60,73); }
td.TdClassName
{
border-color: #053C49;
}
.TagClassName
{
border-color: #053C49;
}
</style>