Shades of Sherpa Blue #00514C
Tints of Sherpa Blue #00514C
RGB
CMYK
RGB Variations
Color information
#00514C (or 0x00514C) is known color: Sherpa Blue. HEX triplet: 00, 51 and 4C. RGB value is (0,81,76). Sum of RGB (Red+Green+Blue) = 0+81+76=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #00514C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00514C is #FFAEB3. Grayscale: #383838. Windows color (decimal): -16756404 or 5001472. OLE color: 5001472.
HSL color Cylindrical-coordinate representation of color #00514C: hue angle of 176.3º 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 #00514C is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 81 | 76 | - |
| CMYK | 1 | 0 | 0.06 | 0.68 |
| HSL | 176.3º | 1% | 0.16% | - |
| HSV(B) | 176.3º | 1% | 0.32% | - |
| XYZ | 4.25 | 6.41 | 7.85 | - |
| YUV | 56.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 76 | 1 | 0 | 0.06 | 0.68 | 176.3 | 1 | 0.16 |
| Hex | 0 | 51 | 4C | 64 | 0 | 6 | 44 | B0 | 64 | 10 |
| Octal | 0 | 121 | 114 | 144 | 0 | 6 | 104 | 260 | 144 | 20 |
| Binary | 0 | 1010001 | 1001100 | 1100100 | 0 | 110 | 1000100 | 10110000 | 1100100 | 10000 |
Color Harmonies of #00514C
Complementary color
Monochromatic Colors of #00514C
Black with #00514C
Text Example
Text Example
White with #00514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00514C; }
p { color: rgb(0,81,76); }
H1.HeaderClassName
{
color: #00514C;
}
.AnyTagClassName
{
color: #00514C;
}
</style>
background-color css
<style>
a { background-color: #00514C; }
a { background-color: rgb(0,81,76); }
div.DivClassName
{
background-color: #00514C;
}
.BgClassName
{
background-color: #00514C;
}
</style>
border-color css
<style>
span { border-color: #00514C; }
span { border-color: rgb(0,81,76); }
td.TdClassName
{
border-color: #00514C;
}
.TagClassName
{
border-color: #00514C;
}
</style>