Shades of Sherpa Blue #005054
Tints of Sherpa Blue #005054
RGB
CMYK
RGB Variations
Color information
#005054 (or 0x005054) is known color: Sherpa Blue. HEX triplet: 00, 50 and 54. RGB value is (0,80,84). Sum of RGB (Red+Green+Blue) = 0+80+84=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #005054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005054 is #FFAFAB. Grayscale: #383838. Windows color (decimal): -16756652 or 5525504. OLE color: 5525504.
HSL color Cylindrical-coordinate representation of color #005054: hue angle of 182.86º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005054 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 80 | 84 | - |
| CMYK | 1 | 0.05 | 0 | 0.67 |
| HSL | 182.86º | 1% | 0.16% | - |
| HSV(B) | 182.86º | 1% | 0.33% | - |
| XYZ | 4.47 | 6.38 | 9.38 | - |
| YUV | 56.54 | 143.5 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 84 | 1 | 0.05 | 0 | 0.67 | 182.86 | 1 | 0.16 |
| Hex | 0 | 50 | 54 | 64 | 5 | 0 | 43 | B7 | 64 | 10 |
| Octal | 0 | 120 | 124 | 144 | 5 | 0 | 103 | 267 | 144 | 20 |
| Binary | 0 | 1010000 | 1010100 | 1100100 | 101 | 0 | 1000011 | 10110111 | 1100100 | 10000 |
Color Harmonies of #005054
Complementary color
Monochromatic Colors of #005054
Black with #005054
Text Example
Text Example
White with #005054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005054; }
p { color: rgb(0,80,84); }
H1.HeaderClassName
{
color: #005054;
}
.AnyTagClassName
{
color: #005054;
}
</style>
background-color css
<style>
a { background-color: #005054; }
a { background-color: rgb(0,80,84); }
div.DivClassName
{
background-color: #005054;
}
.BgClassName
{
background-color: #005054;
}
</style>
border-color css
<style>
span { border-color: #005054; }
span { border-color: rgb(0,80,84); }
td.TdClassName
{
border-color: #005054;
}
.TagClassName
{
border-color: #005054;
}
</style>