Shades of Sherpa Blue #00515F
Tints of Sherpa Blue #00515F
RGB
CMYK
RGB Variations
Color information
#00515F (or 0x00515F) is known color: Sherpa Blue. HEX triplet: 00, 51 and 5F. RGB value is (0,81,95). Sum of RGB (Red+Green+Blue) = 0+81+95=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #00515F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00515F is #FFAEA0. Grayscale: #3A3A3A. Windows color (decimal): -16756385 or 6246656. OLE color: 6246656.
HSL color Cylindrical-coordinate representation of color #00515F: hue angle of 188.84º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00515F is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 81 | 95 | - |
| CMYK | 1 | 0.15 | 0 | 0.63 |
| HSL | 188.84º | 1% | 0.19% | - |
| HSV(B) | 188.84º | 1% | 0.37% | - |
| XYZ | 5.01 | 6.71 | 11.86 | - |
| YUV | 58.38 | 148.66 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 95 | 1 | 0.15 | 0 | 0.63 | 188.84 | 1 | 0.19 |
| Hex | 0 | 51 | 5F | 64 | F | 0 | 3F | BD | 64 | 13 |
| Octal | 0 | 121 | 137 | 144 | 17 | 0 | 77 | 275 | 144 | 23 |
| Binary | 0 | 1010001 | 1011111 | 1100100 | 1111 | 0 | 111111 | 10111101 | 1100100 | 10011 |
Color Harmonies of #00515F
Complementary color
Monochromatic Colors of #00515F
Black with #00515F
Text Example
Text Example
White with #00515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00515F; }
p { color: rgb(0,81,95); }
H1.HeaderClassName
{
color: #00515F;
}
.AnyTagClassName
{
color: #00515F;
}
</style>
background-color css
<style>
a { background-color: #00515F; }
a { background-color: rgb(0,81,95); }
div.DivClassName
{
background-color: #00515F;
}
.BgClassName
{
background-color: #00515F;
}
</style>
border-color css
<style>
span { border-color: #00515F; }
span { border-color: rgb(0,81,95); }
td.TdClassName
{
border-color: #00515F;
}
.TagClassName
{
border-color: #00515F;
}
</style>