Shades of Sherpa Blue #00504E
Tints of Sherpa Blue #00504E
RGB
CMYK
RGB Variations
Color information
#00504E (or 0x00504E) is known color: Sherpa Blue. HEX triplet: 00, 50 and 4E. RGB value is (0,80,78). Sum of RGB (Red+Green+Blue) = 0+80+78=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #00504E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00504E is #FFAFB1. Grayscale: #373737. Windows color (decimal): -16756658 or 5132288. OLE color: 5132288.
HSL color Cylindrical-coordinate representation of color #00504E: hue angle of 178.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00504E is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 80 | 78 | - |
| CMYK | 1 | 0 | 0.02 | 0.69 |
| HSL | 178.5º | 1% | 0.16% | - |
| HSV(B) | 178.5º | 1% | 0.31% | - |
| XYZ | 4.24 | 6.29 | 8.2 | - |
| YUV | 55.85 | 140.5 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 78 | 1 | 0 | 0.02 | 0.69 | 178.5 | 1 | 0.16 |
| Hex | 0 | 50 | 4E | 64 | 0 | 2 | 45 | B2 | 64 | 10 |
| Octal | 0 | 120 | 116 | 144 | 0 | 2 | 105 | 262 | 144 | 20 |
| Binary | 0 | 1010000 | 1001110 | 1100100 | 0 | 10 | 1000101 | 10110010 | 1100100 | 10000 |
Color Harmonies of #00504E
Complementary color
Monochromatic Colors of #00504E
Black with #00504E
Text Example
Text Example
White with #00504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00504E; }
p { color: rgb(0,80,78); }
H1.HeaderClassName
{
color: #00504E;
}
.AnyTagClassName
{
color: #00504E;
}
</style>
background-color css
<style>
a { background-color: #00504E; }
a { background-color: rgb(0,80,78); }
div.DivClassName
{
background-color: #00504E;
}
.BgClassName
{
background-color: #00504E;
}
</style>
border-color css
<style>
span { border-color: #00504E; }
span { border-color: rgb(0,80,78); }
td.TdClassName
{
border-color: #00504E;
}
.TagClassName
{
border-color: #00504E;
}
</style>