Shades of Sherpa Blue #054B5E
Tints of Sherpa Blue #054B5E
RGB
CMYK
RGB Variations
Color information
#054B5E (or 0x054B5E) is known color: Sherpa Blue. HEX triplet: 05, 4B and 5E. RGB value is (5,75,94). Sum of RGB (Red+Green+Blue) = 5+75+94=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #054B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054B5E is #FAB4A1. Grayscale: #383838. Windows color (decimal): -16430242 or 6179589. OLE color: 6179589.
HSL color Cylindrical-coordinate representation of color #054B5E: hue angle of 192.81º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054B5E is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 75 | 94 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.63 |
| HSL | 192.81º | 0.9% | 0.19% | - |
| HSV(B) | 192.81º | 0.95% | 0.37% | - |
| XYZ | 4.6 | 5.87 | 11.48 | - |
| YUV | 56.24 | 149.31 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 94 | 0.95 | 0.20 | 0 | 0.63 | 192.81 | 0.9 | 0.19 |
| Hex | 5 | 4B | 5E | 5F | 14 | 0 | 3F | C1 | 5A | 13 |
| Octal | 5 | 113 | 136 | 137 | 24 | 0 | 77 | 301 | 132 | 23 |
| Binary | 101 | 1001011 | 1011110 | 1011111 | 10100 | 0 | 111111 | 11000001 | 1011010 | 10011 |
Color Harmonies of #054B5E
Complementary color
Monochromatic Colors of #054B5E
Black with #054B5E
Text Example
Text Example
White with #054B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B5E; }
p { color: rgb(5,75,94); }
H1.HeaderClassName
{
color: #054B5E;
}
.AnyTagClassName
{
color: #054B5E;
}
</style>
background-color css
<style>
a { background-color: #054B5E; }
a { background-color: rgb(5,75,94); }
div.DivClassName
{
background-color: #054B5E;
}
.BgClassName
{
background-color: #054B5E;
}
</style>
border-color css
<style>
span { border-color: #054B5E; }
span { border-color: rgb(5,75,94); }
td.TdClassName
{
border-color: #054B5E;
}
.TagClassName
{
border-color: #054B5E;
}
</style>