Shades of Sherpa Blue #053D48
Tints of Sherpa Blue #053D48
RGB
CMYK
RGB Variations
Color information
#053D48 (or 0x053D48) is known color: Sherpa Blue. HEX triplet: 05, 3D and 48. RGB value is (5,61,72). Sum of RGB (Red+Green+Blue) = 5+61+72=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #053D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D48 is #FAC2B7. Grayscale: #2D2D2D. Windows color (decimal): -16433848 or 4734213. OLE color: 4734213.
HSL color Cylindrical-coordinate representation of color #053D48: hue angle of 189.85º 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 #053D48 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 61 | 72 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.72 |
| HSL | 189.85º | 0.87% | 0.15% | - |
| HSV(B) | 189.85º | 0.93% | 0.28% | - |
| XYZ | 2.9 | 3.84 | 6.72 | - |
| YUV | 45.51 | 142.95 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 72 | 0.93 | 0.15 | 0 | 0.72 | 189.85 | 0.87 | 0.15 |
| Hex | 5 | 3D | 48 | 5D | F | 0 | 48 | BE | 57 | F |
| Octal | 5 | 75 | 110 | 135 | 17 | 0 | 110 | 276 | 127 | 17 |
| Binary | 101 | 111101 | 1001000 | 1011101 | 1111 | 0 | 1001000 | 10111110 | 1010111 | 1111 |
Color Harmonies of #053D48
Complementary color
Monochromatic Colors of #053D48
Black with #053D48
Text Example
Text Example
White with #053D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D48; }
p { color: rgb(5,61,72); }
H1.HeaderClassName
{
color: #053D48;
}
.AnyTagClassName
{
color: #053D48;
}
</style>
background-color css
<style>
a { background-color: #053D48; }
a { background-color: rgb(5,61,72); }
div.DivClassName
{
background-color: #053D48;
}
.BgClassName
{
background-color: #053D48;
}
</style>
border-color css
<style>
span { border-color: #053D48; }
span { border-color: rgb(5,61,72); }
td.TdClassName
{
border-color: #053D48;
}
.TagClassName
{
border-color: #053D48;
}
</style>