Shades of Sherpa Blue #054555
Tints of Sherpa Blue #054555
RGB
CMYK
RGB Variations
Color information
#054555 (or 0x054555) is known color: Sherpa Blue. HEX triplet: 05, 45 and 55. RGB value is (5,69,85). Sum of RGB (Red+Green+Blue) = 5+69+85=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #054555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054555 is #FABAAA. Grayscale: #333333. Windows color (decimal): -16431787 or 5588229. OLE color: 5588229.
HSL color Cylindrical-coordinate representation of color #054555: hue angle of 192º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054555 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 69 | 85 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.67 |
| HSL | 192º | 0.89% | 0.18% | - |
| HSV(B) | 192º | 0.94% | 0.33% | - |
| XYZ | 3.83 | 4.94 | 9.35 | - |
| YUV | 51.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 85 | 0.94 | 0.19 | 0 | 0.67 | 192 | 0.89 | 0.18 |
| Hex | 5 | 45 | 55 | 5E | 13 | 0 | 43 | C0 | 59 | 12 |
| Octal | 5 | 105 | 125 | 136 | 23 | 0 | 103 | 300 | 131 | 22 |
| Binary | 101 | 1000101 | 1010101 | 1011110 | 10011 | 0 | 1000011 | 11000000 | 1011001 | 10010 |
Color Harmonies of #054555
Complementary color
Monochromatic Colors of #054555
Black with #054555
Text Example
Text Example
White with #054555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054555; }
p { color: rgb(5,69,85); }
H1.HeaderClassName
{
color: #054555;
}
.AnyTagClassName
{
color: #054555;
}
</style>
background-color css
<style>
a { background-color: #054555; }
a { background-color: rgb(5,69,85); }
div.DivClassName
{
background-color: #054555;
}
.BgClassName
{
background-color: #054555;
}
</style>
border-color css
<style>
span { border-color: #054555; }
span { border-color: rgb(5,69,85); }
td.TdClassName
{
border-color: #054555;
}
.TagClassName
{
border-color: #054555;
}
</style>