Shades of Sherpa Blue #05484C
Tints of Sherpa Blue #05484C
RGB
CMYK
RGB Variations
Color information
#05484C (or 0x05484C) is known color: Sherpa Blue. HEX triplet: 05, 48 and 4C. RGB value is (5,72,76). Sum of RGB (Red+Green+Blue) = 5+72+76=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #05484C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05484C is #FAB7B3. Grayscale: #343434. Windows color (decimal): -16431028 or 4999173. OLE color: 4999173.
HSL color Cylindrical-coordinate representation of color #05484C: hue angle of 183.38º 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 #05484C is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 72 | 76 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.70 |
| HSL | 183.38º | 0.88% | 0.16% | - |
| HSV(B) | 183.38º | 0.93% | 0.3% | - |
| XYZ | 3.68 | 5.19 | 7.64 | - |
| YUV | 52.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 76 | 0.93 | 0.05 | 0 | 0.70 | 183.38 | 0.88 | 0.16 |
| Hex | 5 | 48 | 4C | 5D | 5 | 0 | 46 | B7 | 58 | 10 |
| Octal | 5 | 110 | 114 | 135 | 5 | 0 | 106 | 267 | 130 | 20 |
| Binary | 101 | 1001000 | 1001100 | 1011101 | 101 | 0 | 1000110 | 10110111 | 1011000 | 10000 |
Color Harmonies of #05484C
Complementary color
Monochromatic Colors of #05484C
Black with #05484C
Text Example
Text Example
White with #05484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05484C; }
p { color: rgb(5,72,76); }
H1.HeaderClassName
{
color: #05484C;
}
.AnyTagClassName
{
color: #05484C;
}
</style>
background-color css
<style>
a { background-color: #05484C; }
a { background-color: rgb(5,72,76); }
div.DivClassName
{
background-color: #05484C;
}
.BgClassName
{
background-color: #05484C;
}
</style>
border-color css
<style>
span { border-color: #05484C; }
span { border-color: rgb(5,72,76); }
td.TdClassName
{
border-color: #05484C;
}
.TagClassName
{
border-color: #05484C;
}
</style>