Shades of Sherpa Blue #053E55
Tints of Sherpa Blue #053E55
RGB
CMYK
RGB Variations
Color information
#053E55 (or 0x053E55) is known color: Sherpa Blue. HEX triplet: 05, 3E and 55. RGB value is (5,62,85). Sum of RGB (Red+Green+Blue) = 5+62+85=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #053E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E55 is #FAC1AA. Grayscale: #2F2F2F. Windows color (decimal): -16433579 or 5586437. OLE color: 5586437.
HSL color Cylindrical-coordinate representation of color #053E55: hue angle of 197.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053E55 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 62 | 85 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.67 |
| HSL | 197.25º | 0.89% | 0.18% | - |
| HSV(B) | 197.25º | 0.94% | 0.33% | - |
| XYZ | 3.42 | 4.13 | 9.21 | - |
| YUV | 47.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 85 | 0.94 | 0.27 | 0 | 0.67 | 197.25 | 0.89 | 0.18 |
| Hex | 5 | 3E | 55 | 5E | 1B | 0 | 43 | C5 | 59 | 12 |
| Octal | 5 | 76 | 125 | 136 | 33 | 0 | 103 | 305 | 131 | 22 |
| Binary | 101 | 111110 | 1010101 | 1011110 | 11011 | 0 | 1000011 | 11000101 | 1011001 | 10010 |
Color Harmonies of #053E55
Complementary color
Monochromatic Colors of #053E55
Black with #053E55
Text Example
Text Example
White with #053E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E55; }
p { color: rgb(5,62,85); }
H1.HeaderClassName
{
color: #053E55;
}
.AnyTagClassName
{
color: #053E55;
}
</style>
background-color css
<style>
a { background-color: #053E55; }
a { background-color: rgb(5,62,85); }
div.DivClassName
{
background-color: #053E55;
}
.BgClassName
{
background-color: #053E55;
}
</style>
border-color css
<style>
span { border-color: #053E55; }
span { border-color: rgb(5,62,85); }
td.TdClassName
{
border-color: #053E55;
}
.TagClassName
{
border-color: #053E55;
}
</style>