Shades of Sherpa Blue #054558
Tints of Sherpa Blue #054558
RGB
CMYK
RGB Variations
Color information
#054558 (or 0x054558) is known color: Sherpa Blue. HEX triplet: 05, 45 and 58. RGB value is (5,69,88). Sum of RGB (Red+Green+Blue) = 5+69+88=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #054558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054558 is #FABAA7. Grayscale: #333333. Windows color (decimal): -16431784 or 5784837. OLE color: 5784837.
HSL color Cylindrical-coordinate representation of color #054558: hue angle of 193.73º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054558 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 69 | 88 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.65 |
| HSL | 193.73º | 0.89% | 0.18% | - |
| HSV(B) | 193.73º | 0.94% | 0.35% | - |
| XYZ | 3.95 | 4.99 | 9.99 | - |
| YUV | 52.03 | 148.3 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 88 | 0.94 | 0.22 | 0 | 0.65 | 193.73 | 0.89 | 0.18 |
| Hex | 5 | 45 | 58 | 5E | 16 | 0 | 41 | C2 | 59 | 12 |
| Octal | 5 | 105 | 130 | 136 | 26 | 0 | 101 | 302 | 131 | 22 |
| Binary | 101 | 1000101 | 1011000 | 1011110 | 10110 | 0 | 1000001 | 11000010 | 1011001 | 10010 |
Color Harmonies of #054558
Complementary color
Monochromatic Colors of #054558
Black with #054558
Text Example
Text Example
White with #054558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054558; }
p { color: rgb(5,69,88); }
H1.HeaderClassName
{
color: #054558;
}
.AnyTagClassName
{
color: #054558;
}
</style>
background-color css
<style>
a { background-color: #054558; }
a { background-color: rgb(5,69,88); }
div.DivClassName
{
background-color: #054558;
}
.BgClassName
{
background-color: #054558;
}
</style>
border-color css
<style>
span { border-color: #054558; }
span { border-color: rgb(5,69,88); }
td.TdClassName
{
border-color: #054558;
}
.TagClassName
{
border-color: #054558;
}
</style>