Shades of Sherpa Blue #005158
Tints of Sherpa Blue #005158
RGB
CMYK
RGB Variations
Color information
#005158 (or 0x005158) is known color: Sherpa Blue. HEX triplet: 00, 51 and 58. RGB value is (0,81,88). Sum of RGB (Red+Green+Blue) = 0+81+88=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #005158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005158 is #FFAEA7. Grayscale: #393939. Windows color (decimal): -16756392 or 5787904. OLE color: 5787904.
HSL color Cylindrical-coordinate representation of color #005158: hue angle of 184.77º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005158 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 81 | 88 | - |
| CMYK | 1 | 0.08 | 0 | 0.65 |
| HSL | 184.77º | 1% | 0.17% | - |
| HSV(B) | 184.77º | 1% | 0.35% | - |
| XYZ | 4.7 | 6.59 | 10.26 | - |
| YUV | 57.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 88 | 1 | 0.08 | 0 | 0.65 | 184.77 | 1 | 0.17 |
| Hex | 0 | 51 | 58 | 64 | 8 | 0 | 41 | B9 | 64 | 11 |
| Octal | 0 | 121 | 130 | 144 | 10 | 0 | 101 | 271 | 144 | 21 |
| Binary | 0 | 1010001 | 1011000 | 1100100 | 1000 | 0 | 1000001 | 10111001 | 1100100 | 10001 |
Color Harmonies of #005158
Complementary color
Monochromatic Colors of #005158
Black with #005158
Text Example
Text Example
White with #005158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005158; }
p { color: rgb(0,81,88); }
H1.HeaderClassName
{
color: #005158;
}
.AnyTagClassName
{
color: #005158;
}
</style>
background-color css
<style>
a { background-color: #005158; }
a { background-color: rgb(0,81,88); }
div.DivClassName
{
background-color: #005158;
}
.BgClassName
{
background-color: #005158;
}
</style>
border-color css
<style>
span { border-color: #005158; }
span { border-color: rgb(0,81,88); }
td.TdClassName
{
border-color: #005158;
}
.TagClassName
{
border-color: #005158;
}
</style>