Shades of Sherpa Blue #053B4C
Tints of Sherpa Blue #053B4C
RGB
CMYK
RGB Variations
Color information
#053B4C (or 0x053B4C) is known color: Sherpa Blue. HEX triplet: 05, 3B and 4C. RGB value is (5,59,76). Sum of RGB (Red+Green+Blue) = 5+59+76=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #053B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B4C is #FAC4B3. Grayscale: #2C2C2C. Windows color (decimal): -16434356 or 4995845. OLE color: 4995845.
HSL color Cylindrical-coordinate representation of color #053B4C: hue angle of 194.37º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053B4C is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 59 | 76 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.70 |
| HSL | 194.37º | 0.88% | 0.16% | - |
| HSV(B) | 194.37º | 0.93% | 0.3% | - |
| XYZ | 2.93 | 3.68 | 7.39 | - |
| YUV | 44.79 | 145.61 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 76 | 0.93 | 0.22 | 0 | 0.70 | 194.37 | 0.88 | 0.16 |
| Hex | 5 | 3B | 4C | 5D | 16 | 0 | 46 | C2 | 58 | 10 |
| Octal | 5 | 73 | 114 | 135 | 26 | 0 | 106 | 302 | 130 | 20 |
| Binary | 101 | 111011 | 1001100 | 1011101 | 10110 | 0 | 1000110 | 11000010 | 1011000 | 10000 |
Color Harmonies of #053B4C
Complementary color
Monochromatic Colors of #053B4C
Black with #053B4C
Text Example
Text Example
White with #053B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B4C; }
p { color: rgb(5,59,76); }
H1.HeaderClassName
{
color: #053B4C;
}
.AnyTagClassName
{
color: #053B4C;
}
</style>
background-color css
<style>
a { background-color: #053B4C; }
a { background-color: rgb(5,59,76); }
div.DivClassName
{
background-color: #053B4C;
}
.BgClassName
{
background-color: #053B4C;
}
</style>
border-color css
<style>
span { border-color: #053B4C; }
span { border-color: rgb(5,59,76); }
td.TdClassName
{
border-color: #053B4C;
}
.TagClassName
{
border-color: #053B4C;
}
</style>