Shades of Sherpa Blue #05515D
Tints of Sherpa Blue #05515D
RGB
CMYK
RGB Variations
Color information
#05515D (or 0x05515D) is known color: Sherpa Blue. HEX triplet: 05, 51 and 5D. RGB value is (5,81,93). Sum of RGB (Red+Green+Blue) = 5+81+93=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #05515D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05515D is #FAAEA2. Grayscale: #3B3B3B. Windows color (decimal): -16428707 or 6115589. OLE color: 6115589.
HSL color Cylindrical-coordinate representation of color #05515D: hue angle of 188.18º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05515D is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 81 | 93 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.64 |
| HSL | 188.18º | 0.9% | 0.19% | - |
| HSV(B) | 188.18º | 0.95% | 0.36% | - |
| XYZ | 4.98 | 6.71 | 11.39 | - |
| YUV | 59.64 | 146.82 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 93 | 0.95 | 0.13 | 0 | 0.64 | 188.18 | 0.9 | 0.19 |
| Hex | 5 | 51 | 5D | 5F | D | 0 | 40 | BC | 5A | 13 |
| Octal | 5 | 121 | 135 | 137 | 15 | 0 | 100 | 274 | 132 | 23 |
| Binary | 101 | 1010001 | 1011101 | 1011111 | 1101 | 0 | 1000000 | 10111100 | 1011010 | 10011 |
Color Harmonies of #05515D
Complementary color
Monochromatic Colors of #05515D
Black with #05515D
Text Example
Text Example
White with #05515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05515D; }
p { color: rgb(5,81,93); }
H1.HeaderClassName
{
color: #05515D;
}
.AnyTagClassName
{
color: #05515D;
}
</style>
background-color css
<style>
a { background-color: #05515D; }
a { background-color: rgb(5,81,93); }
div.DivClassName
{
background-color: #05515D;
}
.BgClassName
{
background-color: #05515D;
}
</style>
border-color css
<style>
span { border-color: #05515D; }
span { border-color: rgb(5,81,93); }
td.TdClassName
{
border-color: #05515D;
}
.TagClassName
{
border-color: #05515D;
}
</style>