Shades of Sherpa Blue #05514C
Tints of Sherpa Blue #05514C
RGB
CMYK
RGB Variations
Color information
#05514C (or 0x05514C) is known color: Sherpa Blue. HEX triplet: 05, 51 and 4C. RGB value is (5,81,76). Sum of RGB (Red+Green+Blue) = 5+81+76=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #05514C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05514C is #FAAEB3. Grayscale: #393939. Windows color (decimal): -16428724 or 5001477. OLE color: 5001477.
HSL color Cylindrical-coordinate representation of color #05514C: hue angle of 176.05º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05514C is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 81 | 76 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.68 |
| HSL | 176.05º | 0.88% | 0.17% | - |
| HSV(B) | 176.05º | 0.94% | 0.32% | - |
| XYZ | 4.31 | 6.44 | 7.85 | - |
| YUV | 57.71 | 138.32 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 76 | 0.94 | 0 | 0.06 | 0.68 | 176.05 | 0.88 | 0.17 |
| Hex | 5 | 51 | 4C | 5E | 0 | 6 | 44 | B0 | 58 | 11 |
| Octal | 5 | 121 | 114 | 136 | 0 | 6 | 104 | 260 | 130 | 21 |
| Binary | 101 | 1010001 | 1001100 | 1011110 | 0 | 110 | 1000100 | 10110000 | 1011000 | 10001 |
Color Harmonies of #05514C
Complementary color
Monochromatic Colors of #05514C
Black with #05514C
Text Example
Text Example
White with #05514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05514C; }
p { color: rgb(5,81,76); }
H1.HeaderClassName
{
color: #05514C;
}
.AnyTagClassName
{
color: #05514C;
}
</style>
background-color css
<style>
a { background-color: #05514C; }
a { background-color: rgb(5,81,76); }
div.DivClassName
{
background-color: #05514C;
}
.BgClassName
{
background-color: #05514C;
}
</style>
border-color css
<style>
span { border-color: #05514C; }
span { border-color: rgb(5,81,76); }
td.TdClassName
{
border-color: #05514C;
}
.TagClassName
{
border-color: #05514C;
}
</style>