Shades of Sherpa Blue #05514E
Tints of Sherpa Blue #05514E
RGB
CMYK
RGB Variations
Color information
#05514E (or 0x05514E) is known color: Sherpa Blue. HEX triplet: 05, 51 and 4E. RGB value is (5,81,78). Sum of RGB (Red+Green+Blue) = 5+81+78=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #05514E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05514E is #FAAEB1. Grayscale: #393939. Windows color (decimal): -16428722 or 5132549. OLE color: 5132549.
HSL color Cylindrical-coordinate representation of color #05514E: hue angle of 177.63º 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 #05514E is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 81 | 78 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.68 |
| HSL | 177.63º | 0.88% | 0.17% | - |
| HSV(B) | 177.63º | 0.94% | 0.32% | - |
| XYZ | 4.38 | 6.47 | 8.23 | - |
| YUV | 57.93 | 139.32 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 78 | 0.94 | 0 | 0.04 | 0.68 | 177.63 | 0.88 | 0.17 |
| Hex | 5 | 51 | 4E | 5E | 0 | 4 | 44 | B2 | 58 | 11 |
| Octal | 5 | 121 | 116 | 136 | 0 | 4 | 104 | 262 | 130 | 21 |
| Binary | 101 | 1010001 | 1001110 | 1011110 | 0 | 100 | 1000100 | 10110010 | 1011000 | 10001 |
Color Harmonies of #05514E
Complementary color
Monochromatic Colors of #05514E
Black with #05514E
Text Example
Text Example
White with #05514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05514E; }
p { color: rgb(5,81,78); }
H1.HeaderClassName
{
color: #05514E;
}
.AnyTagClassName
{
color: #05514E;
}
</style>
background-color css
<style>
a { background-color: #05514E; }
a { background-color: rgb(5,81,78); }
div.DivClassName
{
background-color: #05514E;
}
.BgClassName
{
background-color: #05514E;
}
</style>
border-color css
<style>
span { border-color: #05514E; }
span { border-color: rgb(5,81,78); }
td.TdClassName
{
border-color: #05514E;
}
.TagClassName
{
border-color: #05514E;
}
</style>