Shades of Sherpa Blue #00504B
Tints of Sherpa Blue #00504B
RGB
CMYK
RGB Variations
Color information
#00504B (or 0x00504B) is known color: Sherpa Blue. HEX triplet: 00, 50 and 4B. RGB value is (0,80,75). Sum of RGB (Red+Green+Blue) = 0+80+75=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #00504B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00504B is #FFAFB4. Grayscale: #373737. Windows color (decimal): -16756661 or 4935680. OLE color: 4935680.
HSL color Cylindrical-coordinate representation of color #00504B: hue angle of 176.25º 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 #00504B is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 80 | 75 | - |
| CMYK | 1 | 0 | 0.06 | 0.69 |
| HSL | 176.25º | 1% | 0.16% | - |
| HSV(B) | 176.25º | 1% | 0.31% | - |
| XYZ | 4.14 | 6.25 | 7.64 | - |
| YUV | 55.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 75 | 1 | 0 | 0.06 | 0.69 | 176.25 | 1 | 0.16 |
| Hex | 0 | 50 | 4B | 64 | 0 | 6 | 45 | B0 | 64 | 10 |
| Octal | 0 | 120 | 113 | 144 | 0 | 6 | 105 | 260 | 144 | 20 |
| Binary | 0 | 1010000 | 1001011 | 1100100 | 0 | 110 | 1000101 | 10110000 | 1100100 | 10000 |
Color Harmonies of #00504B
Complementary color
Monochromatic Colors of #00504B
Black with #00504B
Text Example
Text Example
White with #00504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00504B; }
p { color: rgb(0,80,75); }
H1.HeaderClassName
{
color: #00504B;
}
.AnyTagClassName
{
color: #00504B;
}
</style>
background-color css
<style>
a { background-color: #00504B; }
a { background-color: rgb(0,80,75); }
div.DivClassName
{
background-color: #00504B;
}
.BgClassName
{
background-color: #00504B;
}
</style>
border-color css
<style>
span { border-color: #00504B; }
span { border-color: rgb(0,80,75); }
td.TdClassName
{
border-color: #00504B;
}
.TagClassName
{
border-color: #00504B;
}
</style>