Shades of Sherpa Blue #053C48
Tints of Sherpa Blue #053C48
RGB
CMYK
RGB Variations
Color information
#053C48 (or 0x053C48) is known color: Sherpa Blue. HEX triplet: 05, 3C and 48. RGB value is (5,60,72). Sum of RGB (Red+Green+Blue) = 5+60+72=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #053C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C48 is #FAC3B7. Grayscale: #2C2C2C. Windows color (decimal): -16434104 or 4733957. OLE color: 4733957.
HSL color Cylindrical-coordinate representation of color #053C48: hue angle of 190.75º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053C48 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 60 | 72 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.72 |
| HSL | 190.75º | 0.87% | 0.15% | - |
| HSV(B) | 190.75º | 0.93% | 0.28% | - |
| XYZ | 2.85 | 3.73 | 6.7 | - |
| YUV | 44.92 | 143.28 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 72 | 0.93 | 0.17 | 0 | 0.72 | 190.75 | 0.87 | 0.15 |
| Hex | 5 | 3C | 48 | 5D | 11 | 0 | 48 | BF | 57 | F |
| Octal | 5 | 74 | 110 | 135 | 21 | 0 | 110 | 277 | 127 | 17 |
| Binary | 101 | 111100 | 1001000 | 1011101 | 10001 | 0 | 1001000 | 10111111 | 1010111 | 1111 |
Color Harmonies of #053C48
Complementary color
Monochromatic Colors of #053C48
Black with #053C48
Text Example
Text Example
White with #053C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C48; }
p { color: rgb(5,60,72); }
H1.HeaderClassName
{
color: #053C48;
}
.AnyTagClassName
{
color: #053C48;
}
</style>
background-color css
<style>
a { background-color: #053C48; }
a { background-color: rgb(5,60,72); }
div.DivClassName
{
background-color: #053C48;
}
.BgClassName
{
background-color: #053C48;
}
</style>
border-color css
<style>
span { border-color: #053C48; }
span { border-color: rgb(5,60,72); }
td.TdClassName
{
border-color: #053C48;
}
.TagClassName
{
border-color: #053C48;
}
</style>