Shades of Sherpa Blue #054456
Tints of Sherpa Blue #054456
RGB
CMYK
RGB Variations
Color information
#054456 (or 0x054456) is known color: Sherpa Blue. HEX triplet: 05, 44 and 56. RGB value is (5,68,86). Sum of RGB (Red+Green+Blue) = 5+68+86=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #054456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054456 is #FABBA9. Grayscale: #333333. Windows color (decimal): -16432042 or 5653509. OLE color: 5653509.
HSL color Cylindrical-coordinate representation of color #054456: hue angle of 193.33º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054456 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 68 | 86 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.66 |
| HSL | 193.33º | 0.89% | 0.18% | - |
| HSV(B) | 193.33º | 0.94% | 0.34% | - |
| XYZ | 3.81 | 4.84 | 9.54 | - |
| YUV | 51.22 | 147.63 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 86 | 0.94 | 0.21 | 0 | 0.66 | 193.33 | 0.89 | 0.18 |
| Hex | 5 | 44 | 56 | 5E | 15 | 0 | 42 | C1 | 59 | 12 |
| Octal | 5 | 104 | 126 | 136 | 25 | 0 | 102 | 301 | 131 | 22 |
| Binary | 101 | 1000100 | 1010110 | 1011110 | 10101 | 0 | 1000010 | 11000001 | 1011001 | 10010 |
Color Harmonies of #054456
Complementary color
Monochromatic Colors of #054456
Black with #054456
Text Example
Text Example
White with #054456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054456; }
p { color: rgb(5,68,86); }
H1.HeaderClassName
{
color: #054456;
}
.AnyTagClassName
{
color: #054456;
}
</style>
background-color css
<style>
a { background-color: #054456; }
a { background-color: rgb(5,68,86); }
div.DivClassName
{
background-color: #054456;
}
.BgClassName
{
background-color: #054456;
}
</style>
border-color css
<style>
span { border-color: #054456; }
span { border-color: rgb(5,68,86); }
td.TdClassName
{
border-color: #054456;
}
.TagClassName
{
border-color: #054456;
}
</style>