Shades of Sherpa Blue #053644
Tints of Sherpa Blue #053644
RGB
CMYK
RGB Variations
Color information
#053644 (or 0x053644) is known color: Sherpa Blue. HEX triplet: 05, 36 and 44. RGB value is (5,54,68). Sum of RGB (Red+Green+Blue) = 5+54+68=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #053644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053644 is #FAC9BB. Grayscale: #282828. Windows color (decimal): -16435644 or 4470277. OLE color: 4470277.
HSL color Cylindrical-coordinate representation of color #053644: hue angle of 193.33º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053644 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 54 | 68 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.73 |
| HSL | 193.33º | 0.86% | 0.14% | - |
| HSV(B) | 193.33º | 0.93% | 0.27% | - |
| XYZ | 2.43 | 3.09 | 5.94 | - |
| YUV | 40.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 68 | 0.93 | 0.21 | 0 | 0.73 | 193.33 | 0.86 | 0.14 |
| Hex | 5 | 36 | 44 | 5D | 15 | 0 | 49 | C1 | 56 | E |
| Octal | 5 | 66 | 104 | 135 | 25 | 0 | 111 | 301 | 126 | 16 |
| Binary | 101 | 110110 | 1000100 | 1011101 | 10101 | 0 | 1001001 | 11000001 | 1010110 | 1110 |
Color Harmonies of #053644
Complementary color
Monochromatic Colors of #053644
Black with #053644
Text Example
Text Example
White with #053644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053644; }
p { color: rgb(5,54,68); }
H1.HeaderClassName
{
color: #053644;
}
.AnyTagClassName
{
color: #053644;
}
</style>
background-color css
<style>
a { background-color: #053644; }
a { background-color: rgb(5,54,68); }
div.DivClassName
{
background-color: #053644;
}
.BgClassName
{
background-color: #053644;
}
</style>
border-color css
<style>
span { border-color: #053644; }
span { border-color: rgb(5,54,68); }
td.TdClassName
{
border-color: #053644;
}
.TagClassName
{
border-color: #053644;
}
</style>