Shades of Sherpa Blue #053A45
Tints of Sherpa Blue #053A45
RGB
CMYK
RGB Variations
Color information
#053A45 (or 0x053A45) is known color: Sherpa Blue. HEX triplet: 05, 3A and 45. RGB value is (5,58,69). Sum of RGB (Red+Green+Blue) = 5+58+69=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #053A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A45 is #FAC5BA. Grayscale: #2B2B2B. Windows color (decimal): -16434619 or 4536837. OLE color: 4536837.
HSL color Cylindrical-coordinate representation of color #053A45: hue angle of 190.31º 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 #053A45 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 58 | 69 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.73 |
| HSL | 190.31º | 0.86% | 0.15% | - |
| HSV(B) | 190.31º | 0.93% | 0.27% | - |
| XYZ | 2.65 | 3.49 | 6.16 | - |
| YUV | 43.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 69 | 0.93 | 0.16 | 0 | 0.73 | 190.31 | 0.86 | 0.15 |
| Hex | 5 | 3A | 45 | 5D | 10 | 0 | 49 | BE | 56 | F |
| Octal | 5 | 72 | 105 | 135 | 20 | 0 | 111 | 276 | 126 | 17 |
| Binary | 101 | 111010 | 1000101 | 1011101 | 10000 | 0 | 1001001 | 10111110 | 1010110 | 1111 |
Color Harmonies of #053A45
Complementary color
Monochromatic Colors of #053A45
Black with #053A45
Text Example
Text Example
White with #053A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A45; }
p { color: rgb(5,58,69); }
H1.HeaderClassName
{
color: #053A45;
}
.AnyTagClassName
{
color: #053A45;
}
</style>
background-color css
<style>
a { background-color: #053A45; }
a { background-color: rgb(5,58,69); }
div.DivClassName
{
background-color: #053A45;
}
.BgClassName
{
background-color: #053A45;
}
</style>
border-color css
<style>
span { border-color: #053A45; }
span { border-color: rgb(5,58,69); }
td.TdClassName
{
border-color: #053A45;
}
.TagClassName
{
border-color: #053A45;
}
</style>