Shades of Sherpa Blue #053F54
Tints of Sherpa Blue #053F54
RGB
CMYK
RGB Variations
Color information
#053F54 (or 0x053F54) is known color: Sherpa Blue. HEX triplet: 05, 3F and 54. RGB value is (5,63,84). Sum of RGB (Red+Green+Blue) = 5+63+84=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #053F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F54 is #FAC0AB. Grayscale: #2F2F2F. Windows color (decimal): -16433324 or 5521157. OLE color: 5521157.
HSL color Cylindrical-coordinate representation of color #053F54: hue angle of 195.95º 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 #053F54 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 63 | 84 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.67 |
| HSL | 195.95º | 0.89% | 0.17% | - |
| HSV(B) | 195.95º | 0.94% | 0.33% | - |
| XYZ | 3.44 | 4.23 | 9.02 | - |
| YUV | 48.05 | 148.28 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 84 | 0.94 | 0.25 | 0 | 0.67 | 195.95 | 0.89 | 0.17 |
| Hex | 5 | 3F | 54 | 5E | 19 | 0 | 43 | C4 | 59 | 11 |
| Octal | 5 | 77 | 124 | 136 | 31 | 0 | 103 | 304 | 131 | 21 |
| Binary | 101 | 111111 | 1010100 | 1011110 | 11001 | 0 | 1000011 | 11000100 | 1011001 | 10001 |
Color Harmonies of #053F54
Complementary color
Monochromatic Colors of #053F54
Black with #053F54
Text Example
Text Example
White with #053F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F54; }
p { color: rgb(5,63,84); }
H1.HeaderClassName
{
color: #053F54;
}
.AnyTagClassName
{
color: #053F54;
}
</style>
background-color css
<style>
a { background-color: #053F54; }
a { background-color: rgb(5,63,84); }
div.DivClassName
{
background-color: #053F54;
}
.BgClassName
{
background-color: #053F54;
}
</style>
border-color css
<style>
span { border-color: #053F54; }
span { border-color: rgb(5,63,84); }
td.TdClassName
{
border-color: #053F54;
}
.TagClassName
{
border-color: #053F54;
}
</style>