Shades of Sherpa Blue #00514E
Tints of Sherpa Blue #00514E
RGB
CMYK
RGB Variations
Color information
#00514E (or 0x00514E) is known color: Sherpa Blue. HEX triplet: 00, 51 and 4E. RGB value is (0,81,78). Sum of RGB (Red+Green+Blue) = 0+81+78=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #00514E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00514E is #FFAEB1. Grayscale: #383838. Windows color (decimal): -16756402 or 5132544. OLE color: 5132544.
HSL color Cylindrical-coordinate representation of color #00514E: hue angle of 177.78º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00514E is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 81 | 78 | - |
| CMYK | 1 | 0 | 0.04 | 0.68 |
| HSL | 177.78º | 1% | 0.16% | - |
| HSV(B) | 177.78º | 1% | 0.32% | - |
| XYZ | 4.32 | 6.43 | 8.22 | - |
| YUV | 56.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 78 | 1 | 0 | 0.04 | 0.68 | 177.78 | 1 | 0.16 |
| Hex | 0 | 51 | 4E | 64 | 0 | 4 | 44 | B2 | 64 | 10 |
| Octal | 0 | 121 | 116 | 144 | 0 | 4 | 104 | 262 | 144 | 20 |
| Binary | 0 | 1010001 | 1001110 | 1100100 | 0 | 100 | 1000100 | 10110010 | 1100100 | 10000 |
Color Harmonies of #00514E
Complementary color
Monochromatic Colors of #00514E
Black with #00514E
Text Example
Text Example
White with #00514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00514E; }
p { color: rgb(0,81,78); }
H1.HeaderClassName
{
color: #00514E;
}
.AnyTagClassName
{
color: #00514E;
}
</style>
background-color css
<style>
a { background-color: #00514E; }
a { background-color: rgb(0,81,78); }
div.DivClassName
{
background-color: #00514E;
}
.BgClassName
{
background-color: #00514E;
}
</style>
border-color css
<style>
span { border-color: #00514E; }
span { border-color: rgb(0,81,78); }
td.TdClassName
{
border-color: #00514E;
}
.TagClassName
{
border-color: #00514E;
}
</style>