Shades of Sherpa Blue #005546
Tints of Sherpa Blue #005546
RGB
CMYK
RGB Variations
Color information
#005546 (or 0x005546) is known color: Sherpa Blue. HEX triplet: 00, 55 and 46. RGB value is (0,85,70). Sum of RGB (Red+Green+Blue) = 0+85+70=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #005546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005546 is #FFAAB9. Grayscale: #393939. Windows color (decimal): -16755386 or 4609280. OLE color: 4609280.
HSL color Cylindrical-coordinate representation of color #005546: hue angle of 169.41º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005546 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 85 | 70 | - |
| CMYK | 1 | 0 | 0.18 | 0.67 |
| HSL | 169.41º | 1% | 0.17% | - |
| HSV(B) | 169.41º | 1% | 0.33% | - |
| XYZ | 4.35 | 6.94 | 6.9 | - |
| YUV | 57.88 | 134.84 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 70 | 1 | 0 | 0.18 | 0.67 | 169.41 | 1 | 0.17 |
| Hex | 0 | 55 | 46 | 64 | 0 | 12 | 43 | A9 | 64 | 11 |
| Octal | 0 | 125 | 106 | 144 | 0 | 22 | 103 | 251 | 144 | 21 |
| Binary | 0 | 1010101 | 1000110 | 1100100 | 0 | 10010 | 1000011 | 10101001 | 1100100 | 10001 |
Color Harmonies of #005546
Complementary color
Monochromatic Colors of #005546
Black with #005546
Text Example
Text Example
White with #005546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005546; }
p { color: rgb(0,85,70); }
H1.HeaderClassName
{
color: #005546;
}
.AnyTagClassName
{
color: #005546;
}
</style>
background-color css
<style>
a { background-color: #005546; }
a { background-color: rgb(0,85,70); }
div.DivClassName
{
background-color: #005546;
}
.BgClassName
{
background-color: #005546;
}
</style>
border-color css
<style>
span { border-color: #005546; }
span { border-color: rgb(0,85,70); }
td.TdClassName
{
border-color: #005546;
}
.TagClassName
{
border-color: #005546;
}
</style>