Shades of Sherpa Blue #053F4C
Tints of Sherpa Blue #053F4C
RGB
CMYK
RGB Variations
Color information
#053F4C (or 0x053F4C) is known color: Sherpa Blue. HEX triplet: 05, 3F and 4C. RGB value is (5,63,76). Sum of RGB (Red+Green+Blue) = 5+63+76=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #053F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F4C is #FAC0B3. Grayscale: #2F2F2F. Windows color (decimal): -16433332 or 4996869. OLE color: 4996869.
HSL color Cylindrical-coordinate representation of color #053F4C: hue angle of 190.99º 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 #053F4C is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 63 | 76 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.70 |
| HSL | 190.99º | 0.88% | 0.16% | - |
| HSV(B) | 190.99º | 0.93% | 0.3% | - |
| XYZ | 3.14 | 4.11 | 7.46 | - |
| YUV | 47.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 76 | 0.93 | 0.17 | 0 | 0.70 | 190.99 | 0.88 | 0.16 |
| Hex | 5 | 3F | 4C | 5D | 11 | 0 | 46 | BF | 58 | 10 |
| Octal | 5 | 77 | 114 | 135 | 21 | 0 | 106 | 277 | 130 | 20 |
| Binary | 101 | 111111 | 1001100 | 1011101 | 10001 | 0 | 1000110 | 10111111 | 1011000 | 10000 |
Color Harmonies of #053F4C
Complementary color
Monochromatic Colors of #053F4C
Black with #053F4C
Text Example
Text Example
White with #053F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F4C; }
p { color: rgb(5,63,76); }
H1.HeaderClassName
{
color: #053F4C;
}
.AnyTagClassName
{
color: #053F4C;
}
</style>
background-color css
<style>
a { background-color: #053F4C; }
a { background-color: rgb(5,63,76); }
div.DivClassName
{
background-color: #053F4C;
}
.BgClassName
{
background-color: #053F4C;
}
</style>
border-color css
<style>
span { border-color: #053F4C; }
span { border-color: rgb(5,63,76); }
td.TdClassName
{
border-color: #053F4C;
}
.TagClassName
{
border-color: #053F4C;
}
</style>