Shades of Sherpa Blue #053845
Tints of Sherpa Blue #053845
RGB
CMYK
RGB Variations
Color information
#053845 (or 0x053845) is known color: Sherpa Blue. HEX triplet: 05, 38 and 45. RGB value is (5,56,69). Sum of RGB (Red+Green+Blue) = 5+56+69=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 69 (27.34% from 255 or 53.08% from 130); Max value from RGB is 69 - color contains mainly: blue. Hex color #053845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053845 is #FAC7BA. Grayscale: #2A2A2A. Windows color (decimal): -16435131 or 4536325. OLE color: 4536325.
HSL color Cylindrical-coordinate representation of color #053845: hue angle of 192.19º 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 #053845 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 56 | 69 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.73 |
| HSL | 192.19º | 0.86% | 0.15% | - |
| HSV(B) | 192.19º | 0.93% | 0.27% | - |
| XYZ | 2.55 | 3.29 | 6.13 | - |
| YUV | 42.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 69 | 0.93 | 0.19 | 0 | 0.73 | 192.19 | 0.86 | 0.15 |
| Hex | 5 | 38 | 45 | 5D | 13 | 0 | 49 | C0 | 56 | F |
| Octal | 5 | 70 | 105 | 135 | 23 | 0 | 111 | 300 | 126 | 17 |
| Binary | 101 | 111000 | 1000101 | 1011101 | 10011 | 0 | 1001001 | 11000000 | 1010110 | 1111 |
Color Harmonies of #053845
Complementary color
Monochromatic Colors of #053845
Black with #053845
Text Example
Text Example
White with #053845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053845; }
p { color: rgb(5,56,69); }
H1.HeaderClassName
{
color: #053845;
}
.AnyTagClassName
{
color: #053845;
}
</style>
background-color css
<style>
a { background-color: #053845; }
a { background-color: rgb(5,56,69); }
div.DivClassName
{
background-color: #053845;
}
.BgClassName
{
background-color: #053845;
}
</style>
border-color css
<style>
span { border-color: #053845; }
span { border-color: rgb(5,56,69); }
td.TdClassName
{
border-color: #053845;
}
.TagClassName
{
border-color: #053845;
}
</style>