Shades of Sherpa Blue #055453
Tints of Sherpa Blue #055453
RGB
CMYK
RGB Variations
Color information
#055453 (or 0x055453) is known color: Sherpa Blue. HEX triplet: 05, 54 and 53. RGB value is (5,84,83). Sum of RGB (Red+Green+Blue) = 5+84+83=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #055453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055453 is #FAABAC. Grayscale: #3C3C3C. Windows color (decimal): -16427949 or 5460997. OLE color: 5460997.
HSL color Cylindrical-coordinate representation of color #055453: hue angle of 179.24º 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 #055453 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 84 | 83 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.67 |
| HSL | 179.24º | 0.89% | 0.17% | - |
| HSV(B) | 179.24º | 0.94% | 0.33% | - |
| XYZ | 4.79 | 7 | 9.28 | - |
| YUV | 60.27 | 140.83 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 84 | 83 | 0.94 | 0 | 0.01 | 0.67 | 179.24 | 0.89 | 0.17 |
| Hex | 5 | 54 | 53 | 5E | 0 | 1 | 43 | B3 | 59 | 11 |
| Octal | 5 | 124 | 123 | 136 | 0 | 1 | 103 | 263 | 131 | 21 |
| Binary | 101 | 1010100 | 1010011 | 1011110 | 0 | 1 | 1000011 | 10110011 | 1011001 | 10001 |
Color Harmonies of #055453
Complementary color
Monochromatic Colors of #055453
Black with #055453
Text Example
Text Example
White with #055453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055453; }
p { color: rgb(5,84,83); }
H1.HeaderClassName
{
color: #055453;
}
.AnyTagClassName
{
color: #055453;
}
</style>
background-color css
<style>
a { background-color: #055453; }
a { background-color: rgb(5,84,83); }
div.DivClassName
{
background-color: #055453;
}
.BgClassName
{
background-color: #055453;
}
</style>
border-color css
<style>
span { border-color: #055453; }
span { border-color: rgb(5,84,83); }
td.TdClassName
{
border-color: #055453;
}
.TagClassName
{
border-color: #055453;
}
</style>