Shades of Sherpa Blue #054862
Tints of Sherpa Blue #054862
RGB
CMYK
RGB Variations
Color information
#054862 (or 0x054862) is known color: Sherpa Blue. HEX triplet: 05, 48 and 62. RGB value is (5,72,98). Sum of RGB (Red+Green+Blue) = 5+72+98=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #054862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054862 is #FAB79D. Grayscale: #363636. Windows color (decimal): -16431006 or 6440965. OLE color: 6440965.
HSL color Cylindrical-coordinate representation of color #054862: hue angle of 196.77º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054862 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 72 | 98 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.62 |
| HSL | 196.77º | 0.9% | 0.2% | - |
| HSV(B) | 196.77º | 0.95% | 0.38% | - |
| XYZ | 4.58 | 5.55 | 12.38 | - |
| YUV | 54.93 | 152.3 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 98 | 0.95 | 0.27 | 0 | 0.62 | 196.77 | 0.9 | 0.2 |
| Hex | 5 | 48 | 62 | 5F | 1B | 0 | 3E | C5 | 5A | 14 |
| Octal | 5 | 110 | 142 | 137 | 33 | 0 | 76 | 305 | 132 | 24 |
| Binary | 101 | 1001000 | 1100010 | 1011111 | 11011 | 0 | 111110 | 11000101 | 1011010 | 10100 |
Color Harmonies of #054862
Complementary color
Monochromatic Colors of #054862
Black with #054862
Text Example
Text Example
White with #054862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054862; }
p { color: rgb(5,72,98); }
H1.HeaderClassName
{
color: #054862;
}
.AnyTagClassName
{
color: #054862;
}
</style>
background-color css
<style>
a { background-color: #054862; }
a { background-color: rgb(5,72,98); }
div.DivClassName
{
background-color: #054862;
}
.BgClassName
{
background-color: #054862;
}
</style>
border-color css
<style>
span { border-color: #054862; }
span { border-color: rgb(5,72,98); }
td.TdClassName
{
border-color: #054862;
}
.TagClassName
{
border-color: #054862;
}
</style>