Shades of Sherpa Blue #053C4D
Tints of Sherpa Blue #053C4D
RGB
CMYK
RGB Variations
Color information
#053C4D (or 0x053C4D) is known color: Sherpa Blue. HEX triplet: 05, 3C and 4D. RGB value is (5,60,77). Sum of RGB (Red+Green+Blue) = 5+60+77=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #053C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C4D is #FAC3B2. Grayscale: #2D2D2D. Windows color (decimal): -16434099 or 5061637. OLE color: 5061637.
HSL color Cylindrical-coordinate representation of color #053C4D: hue angle of 194.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053C4D is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 60 | 77 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.70 |
| HSL | 194.17º | 0.88% | 0.16% | - |
| HSV(B) | 194.17º | 0.94% | 0.3% | - |
| XYZ | 3.02 | 3.8 | 7.6 | - |
| YUV | 45.49 | 145.78 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 77 | 0.94 | 0.22 | 0 | 0.70 | 194.17 | 0.88 | 0.16 |
| Hex | 5 | 3C | 4D | 5E | 16 | 0 | 46 | C2 | 58 | 10 |
| Octal | 5 | 74 | 115 | 136 | 26 | 0 | 106 | 302 | 130 | 20 |
| Binary | 101 | 111100 | 1001101 | 1011110 | 10110 | 0 | 1000110 | 11000010 | 1011000 | 10000 |
Color Harmonies of #053C4D
Complementary color
Monochromatic Colors of #053C4D
Black with #053C4D
Text Example
Text Example
White with #053C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C4D; }
p { color: rgb(5,60,77); }
H1.HeaderClassName
{
color: #053C4D;
}
.AnyTagClassName
{
color: #053C4D;
}
</style>
background-color css
<style>
a { background-color: #053C4D; }
a { background-color: rgb(5,60,77); }
div.DivClassName
{
background-color: #053C4D;
}
.BgClassName
{
background-color: #053C4D;
}
</style>
border-color css
<style>
span { border-color: #053C4D; }
span { border-color: rgb(5,60,77); }
td.TdClassName
{
border-color: #053C4D;
}
.TagClassName
{
border-color: #053C4D;
}
</style>