Shades of Sherpa Blue #054C5D
Tints of Sherpa Blue #054C5D
RGB
CMYK
RGB Variations
Color information
#054C5D (or 0x054C5D) is known color: Sherpa Blue. HEX triplet: 05, 4C and 5D. RGB value is (5,76,93). Sum of RGB (Red+Green+Blue) = 5+76+93=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #054C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054C5D is #FAB3A2. Grayscale: #383838. Windows color (decimal): -16429987 or 6114309. OLE color: 6114309.
HSL color Cylindrical-coordinate representation of color #054C5D: hue angle of 191.59º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054C5D is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 76 | 93 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.64 |
| HSL | 191.59º | 0.9% | 0.19% | - |
| HSV(B) | 191.59º | 0.95% | 0.36% | - |
| XYZ | 4.62 | 5.99 | 11.27 | - |
| YUV | 56.71 | 148.48 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 93 | 0.95 | 0.18 | 0 | 0.64 | 191.59 | 0.9 | 0.19 |
| Hex | 5 | 4C | 5D | 5F | 12 | 0 | 40 | C0 | 5A | 13 |
| Octal | 5 | 114 | 135 | 137 | 22 | 0 | 100 | 300 | 132 | 23 |
| Binary | 101 | 1001100 | 1011101 | 1011111 | 10010 | 0 | 1000000 | 11000000 | 1011010 | 10011 |
Color Harmonies of #054C5D
Complementary color
Monochromatic Colors of #054C5D
Black with #054C5D
Text Example
Text Example
White with #054C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C5D; }
p { color: rgb(5,76,93); }
H1.HeaderClassName
{
color: #054C5D;
}
.AnyTagClassName
{
color: #054C5D;
}
</style>
background-color css
<style>
a { background-color: #054C5D; }
a { background-color: rgb(5,76,93); }
div.DivClassName
{
background-color: #054C5D;
}
.BgClassName
{
background-color: #054C5D;
}
</style>
border-color css
<style>
span { border-color: #054C5D; }
span { border-color: rgb(5,76,93); }
td.TdClassName
{
border-color: #054C5D;
}
.TagClassName
{
border-color: #054C5D;
}
</style>