Shades of Sherpa Blue #053A50
Tints of Sherpa Blue #053A50
RGB
CMYK
RGB Variations
Color information
#053A50 (or 0x053A50) is known color: Sherpa Blue. HEX triplet: 05, 3A and 50. RGB value is (5,58,80). Sum of RGB (Red+Green+Blue) = 5+58+80=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #053A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A50 is #FAC5AF. Grayscale: #2C2C2C. Windows color (decimal): -16434608 or 5257733. OLE color: 5257733.
HSL color Cylindrical-coordinate representation of color #053A50: hue angle of 197.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053A50 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 58 | 80 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.69 |
| HSL | 197.6º | 0.88% | 0.17% | - |
| HSV(B) | 197.6º | 0.94% | 0.31% | - |
| XYZ | 3.02 | 3.64 | 8.13 | - |
| YUV | 44.66 | 147.94 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 80 | 0.94 | 0.28 | 0 | 0.69 | 197.6 | 0.88 | 0.17 |
| Hex | 5 | 3A | 50 | 5E | 1C | 0 | 45 | C6 | 58 | 11 |
| Octal | 5 | 72 | 120 | 136 | 34 | 0 | 105 | 306 | 130 | 21 |
| Binary | 101 | 111010 | 1010000 | 1011110 | 11100 | 0 | 1000101 | 11000110 | 1011000 | 10001 |
Color Harmonies of #053A50
Complementary color
Monochromatic Colors of #053A50
Black with #053A50
Text Example
Text Example
White with #053A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A50; }
p { color: rgb(5,58,80); }
H1.HeaderClassName
{
color: #053A50;
}
.AnyTagClassName
{
color: #053A50;
}
</style>
background-color css
<style>
a { background-color: #053A50; }
a { background-color: rgb(5,58,80); }
div.DivClassName
{
background-color: #053A50;
}
.BgClassName
{
background-color: #053A50;
}
</style>
border-color css
<style>
span { border-color: #053A50; }
span { border-color: rgb(5,58,80); }
td.TdClassName
{
border-color: #053A50;
}
.TagClassName
{
border-color: #053A50;
}
</style>