Shades of Sherpa Blue #054D5C
Tints of Sherpa Blue #054D5C
RGB
CMYK
RGB Variations
Color information
#054D5C (or 0x054D5C) is known color: Sherpa Blue. HEX triplet: 05, 4D and 5C. RGB value is (5,77,92). Sum of RGB (Red+Green+Blue) = 5+77+92=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #054D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D5C is #FAB2A3. Grayscale: #393939. Windows color (decimal): -16429732 or 6049029. OLE color: 6049029.
HSL color Cylindrical-coordinate representation of color #054D5C: hue angle of 190.34º 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 #054D5C is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 77 | 92 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.64 |
| HSL | 190.34º | 0.9% | 0.19% | - |
| HSV(B) | 190.34º | 0.95% | 0.36% | - |
| XYZ | 4.65 | 6.11 | 11.06 | - |
| YUV | 57.18 | 147.65 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 92 | 0.95 | 0.16 | 0 | 0.64 | 190.34 | 0.9 | 0.19 |
| Hex | 5 | 4D | 5C | 5F | 10 | 0 | 40 | BE | 5A | 13 |
| Octal | 5 | 115 | 134 | 137 | 20 | 0 | 100 | 276 | 132 | 23 |
| Binary | 101 | 1001101 | 1011100 | 1011111 | 10000 | 0 | 1000000 | 10111110 | 1011010 | 10011 |
Color Harmonies of #054D5C
Complementary color
Monochromatic Colors of #054D5C
Black with #054D5C
Text Example
Text Example
White with #054D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D5C; }
p { color: rgb(5,77,92); }
H1.HeaderClassName
{
color: #054D5C;
}
.AnyTagClassName
{
color: #054D5C;
}
</style>
background-color css
<style>
a { background-color: #054D5C; }
a { background-color: rgb(5,77,92); }
div.DivClassName
{
background-color: #054D5C;
}
.BgClassName
{
background-color: #054D5C;
}
</style>
border-color css
<style>
span { border-color: #054D5C; }
span { border-color: rgb(5,77,92); }
td.TdClassName
{
border-color: #054D5C;
}
.TagClassName
{
border-color: #054D5C;
}
</style>