Shades of Sherpa Blue #054452
Tints of Sherpa Blue #054452
RGB
CMYK
RGB Variations
Color information
#054452 (or 0x054452) is known color: Sherpa Blue. HEX triplet: 05, 44 and 52. RGB value is (5,68,82). Sum of RGB (Red+Green+Blue) = 5+68+82=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #054452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054452 is #FABBAD. Grayscale: #323232. Windows color (decimal): -16432046 or 5391365. OLE color: 5391365.
HSL color Cylindrical-coordinate representation of color #054452: hue angle of 190.91º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054452 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 68 | 82 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.68 |
| HSL | 190.91º | 0.89% | 0.17% | - |
| HSV(B) | 190.91º | 0.94% | 0.32% | - |
| XYZ | 3.65 | 4.78 | 8.71 | - |
| YUV | 50.76 | 145.63 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 82 | 0.94 | 0.17 | 0 | 0.68 | 190.91 | 0.89 | 0.17 |
| Hex | 5 | 44 | 52 | 5E | 11 | 0 | 44 | BF | 59 | 11 |
| Octal | 5 | 104 | 122 | 136 | 21 | 0 | 104 | 277 | 131 | 21 |
| Binary | 101 | 1000100 | 1010010 | 1011110 | 10001 | 0 | 1000100 | 10111111 | 1011001 | 10001 |
Color Harmonies of #054452
Complementary color
Monochromatic Colors of #054452
Black with #054452
Text Example
Text Example
White with #054452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054452; }
p { color: rgb(5,68,82); }
H1.HeaderClassName
{
color: #054452;
}
.AnyTagClassName
{
color: #054452;
}
</style>
background-color css
<style>
a { background-color: #054452; }
a { background-color: rgb(5,68,82); }
div.DivClassName
{
background-color: #054452;
}
.BgClassName
{
background-color: #054452;
}
</style>
border-color css
<style>
span { border-color: #054452; }
span { border-color: rgb(5,68,82); }
td.TdClassName
{
border-color: #054452;
}
.TagClassName
{
border-color: #054452;
}
</style>