Shades of Sherpa Blue #054454
Tints of Sherpa Blue #054454
RGB
CMYK
RGB Variations
Color information
#054454 (or 0x054454) is known color: Sherpa Blue. HEX triplet: 05, 44 and 54. RGB value is (5,68,84). Sum of RGB (Red+Green+Blue) = 5+68+84=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #054454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054454 is #FABBAB. Grayscale: #323232. Windows color (decimal): -16432044 or 5522437. OLE color: 5522437.
HSL color Cylindrical-coordinate representation of color #054454: hue angle of 192.15º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054454 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 68 | 84 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.67 |
| HSL | 192.15º | 0.89% | 0.17% | - |
| HSV(B) | 192.15º | 0.94% | 0.33% | - |
| XYZ | 3.73 | 4.81 | 9.12 | - |
| YUV | 50.99 | 146.63 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 84 | 0.94 | 0.19 | 0 | 0.67 | 192.15 | 0.89 | 0.17 |
| Hex | 5 | 44 | 54 | 5E | 13 | 0 | 43 | C0 | 59 | 11 |
| Octal | 5 | 104 | 124 | 136 | 23 | 0 | 103 | 300 | 131 | 21 |
| Binary | 101 | 1000100 | 1010100 | 1011110 | 10011 | 0 | 1000011 | 11000000 | 1011001 | 10001 |
Color Harmonies of #054454
Complementary color
Monochromatic Colors of #054454
Black with #054454
Text Example
Text Example
White with #054454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054454; }
p { color: rgb(5,68,84); }
H1.HeaderClassName
{
color: #054454;
}
.AnyTagClassName
{
color: #054454;
}
</style>
background-color css
<style>
a { background-color: #054454; }
a { background-color: rgb(5,68,84); }
div.DivClassName
{
background-color: #054454;
}
.BgClassName
{
background-color: #054454;
}
</style>
border-color css
<style>
span { border-color: #054454; }
span { border-color: rgb(5,68,84); }
td.TdClassName
{
border-color: #054454;
}
.TagClassName
{
border-color: #054454;
}
</style>