Shades of Sherpa Blue #053E45
Tints of Sherpa Blue #053E45
RGB
CMYK
RGB Variations
Color information
#053E45 (or 0x053E45) is known color: Sherpa Blue. HEX triplet: 05, 3E and 45. RGB value is (5,62,69). Sum of RGB (Red+Green+Blue) = 5+62+69=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #053E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E45 is #FAC1BA. Grayscale: #2D2D2D. Windows color (decimal): -16433595 or 4537861. OLE color: 4537861.
HSL color Cylindrical-coordinate representation of color #053E45: hue angle of 186.56º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053E45 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 62 | 69 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.73 |
| HSL | 186.56º | 0.86% | 0.15% | - |
| HSV(B) | 186.56º | 0.93% | 0.27% | - |
| XYZ | 2.86 | 3.91 | 6.23 | - |
| YUV | 45.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 69 | 0.93 | 0.10 | 0 | 0.73 | 186.56 | 0.86 | 0.15 |
| Hex | 5 | 3E | 45 | 5D | A | 0 | 49 | BB | 56 | F |
| Octal | 5 | 76 | 105 | 135 | 12 | 0 | 111 | 273 | 126 | 17 |
| Binary | 101 | 111110 | 1000101 | 1011101 | 1010 | 0 | 1001001 | 10111011 | 1010110 | 1111 |
Color Harmonies of #053E45
Complementary color
Monochromatic Colors of #053E45
Black with #053E45
Text Example
Text Example
White with #053E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E45; }
p { color: rgb(5,62,69); }
H1.HeaderClassName
{
color: #053E45;
}
.AnyTagClassName
{
color: #053E45;
}
</style>
background-color css
<style>
a { background-color: #053E45; }
a { background-color: rgb(5,62,69); }
div.DivClassName
{
background-color: #053E45;
}
.BgClassName
{
background-color: #053E45;
}
</style>
border-color css
<style>
span { border-color: #053E45; }
span { border-color: rgb(5,62,69); }
td.TdClassName
{
border-color: #053E45;
}
.TagClassName
{
border-color: #053E45;
}
</style>