Shades of Sherpa Blue #053D54
Tints of Sherpa Blue #053D54
RGB
CMYK
RGB Variations
Color information
#053D54 (or 0x053D54) is known color: Sherpa Blue. HEX triplet: 05, 3D and 54. RGB value is (5,61,84). Sum of RGB (Red+Green+Blue) = 5+61+84=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #053D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D54 is #FAC2AB. Grayscale: #2E2E2E. Windows color (decimal): -16433836 or 5520645. OLE color: 5520645.
HSL color Cylindrical-coordinate representation of color #053D54: hue angle of 197.47º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053D54 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 61 | 84 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.67 |
| HSL | 197.47º | 0.89% | 0.17% | - |
| HSV(B) | 197.47º | 0.94% | 0.33% | - |
| XYZ | 3.33 | 4.01 | 8.99 | - |
| YUV | 46.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 84 | 0.94 | 0.27 | 0 | 0.67 | 197.47 | 0.89 | 0.17 |
| Hex | 5 | 3D | 54 | 5E | 1B | 0 | 43 | C5 | 59 | 11 |
| Octal | 5 | 75 | 124 | 136 | 33 | 0 | 103 | 305 | 131 | 21 |
| Binary | 101 | 111101 | 1010100 | 1011110 | 11011 | 0 | 1000011 | 11000101 | 1011001 | 10001 |
Color Harmonies of #053D54
Complementary color
Monochromatic Colors of #053D54
Black with #053D54
Text Example
Text Example
White with #053D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D54; }
p { color: rgb(5,61,84); }
H1.HeaderClassName
{
color: #053D54;
}
.AnyTagClassName
{
color: #053D54;
}
</style>
background-color css
<style>
a { background-color: #053D54; }
a { background-color: rgb(5,61,84); }
div.DivClassName
{
background-color: #053D54;
}
.BgClassName
{
background-color: #053D54;
}
</style>
border-color css
<style>
span { border-color: #053D54; }
span { border-color: rgb(5,61,84); }
td.TdClassName
{
border-color: #053D54;
}
.TagClassName
{
border-color: #053D54;
}
</style>