Shades of Sherpa Blue #05515C
Tints of Sherpa Blue #05515C
RGB
CMYK
RGB Variations
Color information
#05515C (or 0x05515C) is known color: Sherpa Blue. HEX triplet: 05, 51 and 5C. RGB value is (5,81,92). Sum of RGB (Red+Green+Blue) = 5+81+92=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #05515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05515C is #FAAEA3. Grayscale: #3B3B3B. Windows color (decimal): -16428708 or 6050053. OLE color: 6050053.
HSL color Cylindrical-coordinate representation of color #05515C: hue angle of 187.59º 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 #05515C is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 81 | 92 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.64 |
| HSL | 187.59º | 0.9% | 0.19% | - |
| HSV(B) | 187.59º | 0.95% | 0.36% | - |
| XYZ | 4.94 | 6.69 | 11.16 | - |
| YUV | 59.53 | 146.32 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 92 | 0.95 | 0.12 | 0 | 0.64 | 187.59 | 0.9 | 0.19 |
| Hex | 5 | 51 | 5C | 5F | C | 0 | 40 | BC | 5A | 13 |
| Octal | 5 | 121 | 134 | 137 | 14 | 0 | 100 | 274 | 132 | 23 |
| Binary | 101 | 1010001 | 1011100 | 1011111 | 1100 | 0 | 1000000 | 10111100 | 1011010 | 10011 |
Color Harmonies of #05515C
Complementary color
Monochromatic Colors of #05515C
Black with #05515C
Text Example
Text Example
White with #05515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05515C; }
p { color: rgb(5,81,92); }
H1.HeaderClassName
{
color: #05515C;
}
.AnyTagClassName
{
color: #05515C;
}
</style>
background-color css
<style>
a { background-color: #05515C; }
a { background-color: rgb(5,81,92); }
div.DivClassName
{
background-color: #05515C;
}
.BgClassName
{
background-color: #05515C;
}
</style>
border-color css
<style>
span { border-color: #05515C; }
span { border-color: rgb(5,81,92); }
td.TdClassName
{
border-color: #05515C;
}
.TagClassName
{
border-color: #05515C;
}
</style>