Shades of Sherpa Blue #054A5B
Tints of Sherpa Blue #054A5B
RGB
CMYK
RGB Variations
Color information
#054A5B (or 0x054A5B) is known color: Sherpa Blue. HEX triplet: 05, 4A and 5B. RGB value is (5,74,91). Sum of RGB (Red+Green+Blue) = 5+74+91=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #054A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A5B is #FAB5A4. Grayscale: #373737. Windows color (decimal): -16430501 or 5982725. OLE color: 5982725.
HSL color Cylindrical-coordinate representation of color #054A5B: hue angle of 191.86º 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 #054A5B is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 74 | 91 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.64 |
| HSL | 191.86º | 0.9% | 0.19% | - |
| HSV(B) | 191.86º | 0.95% | 0.36% | - |
| XYZ | 4.4 | 5.69 | 10.76 | - |
| YUV | 55.31 | 148.14 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 91 | 0.95 | 0.19 | 0 | 0.64 | 191.86 | 0.9 | 0.19 |
| Hex | 5 | 4A | 5B | 5F | 13 | 0 | 40 | C0 | 5A | 13 |
| Octal | 5 | 112 | 133 | 137 | 23 | 0 | 100 | 300 | 132 | 23 |
| Binary | 101 | 1001010 | 1011011 | 1011111 | 10011 | 0 | 1000000 | 11000000 | 1011010 | 10011 |
Color Harmonies of #054A5B
Complementary color
Monochromatic Colors of #054A5B
Black with #054A5B
Text Example
Text Example
White with #054A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A5B; }
p { color: rgb(5,74,91); }
H1.HeaderClassName
{
color: #054A5B;
}
.AnyTagClassName
{
color: #054A5B;
}
</style>
background-color css
<style>
a { background-color: #054A5B; }
a { background-color: rgb(5,74,91); }
div.DivClassName
{
background-color: #054A5B;
}
.BgClassName
{
background-color: #054A5B;
}
</style>
border-color css
<style>
span { border-color: #054A5B; }
span { border-color: rgb(5,74,91); }
td.TdClassName
{
border-color: #054A5B;
}
.TagClassName
{
border-color: #054A5B;
}
</style>