Shades of Sherpa Blue #054C52
Tints of Sherpa Blue #054C52
RGB
CMYK
RGB Variations
Color information
#054C52 (or 0x054C52) is known color: Sherpa Blue. HEX triplet: 05, 4C and 52. RGB value is (5,76,82). Sum of RGB (Red+Green+Blue) = 5+76+82=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #054C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054C52 is #FAB3AD. Grayscale: #373737. Windows color (decimal): -16429998 or 5393413. OLE color: 5393413.
HSL color Cylindrical-coordinate representation of color #054C52: hue angle of 184.68º 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 #054C52 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 76 | 82 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.68 |
| HSL | 184.68º | 0.89% | 0.17% | - |
| HSV(B) | 184.68º | 0.94% | 0.32% | - |
| XYZ | 4.17 | 5.81 | 8.88 | - |
| YUV | 55.46 | 142.98 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 82 | 0.94 | 0.07 | 0 | 0.68 | 184.68 | 0.89 | 0.17 |
| Hex | 5 | 4C | 52 | 5E | 7 | 0 | 44 | B9 | 59 | 11 |
| Octal | 5 | 114 | 122 | 136 | 7 | 0 | 104 | 271 | 131 | 21 |
| Binary | 101 | 1001100 | 1010010 | 1011110 | 111 | 0 | 1000100 | 10111001 | 1011001 | 10001 |
Color Harmonies of #054C52
Complementary color
Monochromatic Colors of #054C52
Black with #054C52
Text Example
Text Example
White with #054C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C52; }
p { color: rgb(5,76,82); }
H1.HeaderClassName
{
color: #054C52;
}
.AnyTagClassName
{
color: #054C52;
}
</style>
background-color css
<style>
a { background-color: #054C52; }
a { background-color: rgb(5,76,82); }
div.DivClassName
{
background-color: #054C52;
}
.BgClassName
{
background-color: #054C52;
}
</style>
border-color css
<style>
span { border-color: #054C52; }
span { border-color: rgb(5,76,82); }
td.TdClassName
{
border-color: #054C52;
}
.TagClassName
{
border-color: #054C52;
}
</style>