Shades of Sherpa Blue #05505E
Tints of Sherpa Blue #05505E
RGB
CMYK
RGB Variations
Color information
#05505E (or 0x05505E) is known color: Sherpa Blue. HEX triplet: 05, 50 and 5E. RGB value is (5,80,94). Sum of RGB (Red+Green+Blue) = 5+80+94=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #05505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05505E is #FAAFA1. Grayscale: #3B3B3B. Windows color (decimal): -16428962 or 6180869. OLE color: 6180869.
HSL color Cylindrical-coordinate representation of color #05505E: hue angle of 189.44º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05505E is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 80 | 94 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.63 |
| HSL | 189.44º | 0.9% | 0.19% | - |
| HSV(B) | 189.44º | 0.95% | 0.37% | - |
| XYZ | 4.95 | 6.58 | 11.6 | - |
| YUV | 59.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 94 | 0.95 | 0.15 | 0 | 0.63 | 189.44 | 0.9 | 0.19 |
| Hex | 5 | 50 | 5E | 5F | F | 0 | 3F | BD | 5A | 13 |
| Octal | 5 | 120 | 136 | 137 | 17 | 0 | 77 | 275 | 132 | 23 |
| Binary | 101 | 1010000 | 1011110 | 1011111 | 1111 | 0 | 111111 | 10111101 | 1011010 | 10011 |
Color Harmonies of #05505E
Complementary color
Monochromatic Colors of #05505E
Black with #05505E
Text Example
Text Example
White with #05505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05505E; }
p { color: rgb(5,80,94); }
H1.HeaderClassName
{
color: #05505E;
}
.AnyTagClassName
{
color: #05505E;
}
</style>
background-color css
<style>
a { background-color: #05505E; }
a { background-color: rgb(5,80,94); }
div.DivClassName
{
background-color: #05505E;
}
.BgClassName
{
background-color: #05505E;
}
</style>
border-color css
<style>
span { border-color: #05505E; }
span { border-color: rgb(5,80,94); }
td.TdClassName
{
border-color: #05505E;
}
.TagClassName
{
border-color: #05505E;
}
</style>