Shades of Sherpa Blue #054246
Tints of Sherpa Blue #054246
RGB
CMYK
RGB Variations
Color information
#054246 (or 0x054246) is known color: Sherpa Blue. HEX triplet: 05, 42 and 46. RGB value is (5,66,70). Sum of RGB (Red+Green+Blue) = 5+66+70=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #054246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054246 is #FABDB9. Grayscale: #303030. Windows color (decimal): -16432570 or 4604421. OLE color: 4604421.
HSL color Cylindrical-coordinate representation of color #054246: hue angle of 183.69º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054246 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 66 | 70 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.73 |
| HSL | 183.69º | 0.87% | 0.15% | - |
| HSV(B) | 183.69º | 0.93% | 0.27% | - |
| XYZ | 3.12 | 4.37 | 6.47 | - |
| YUV | 48.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 70 | 0.93 | 0.06 | 0 | 0.73 | 183.69 | 0.87 | 0.15 |
| Hex | 5 | 42 | 46 | 5D | 6 | 0 | 49 | B8 | 57 | F |
| Octal | 5 | 102 | 106 | 135 | 6 | 0 | 111 | 270 | 127 | 17 |
| Binary | 101 | 1000010 | 1000110 | 1011101 | 110 | 0 | 1001001 | 10111000 | 1010111 | 1111 |
Color Harmonies of #054246
Complementary color
Monochromatic Colors of #054246
Black with #054246
Text Example
Text Example
White with #054246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054246; }
p { color: rgb(5,66,70); }
H1.HeaderClassName
{
color: #054246;
}
.AnyTagClassName
{
color: #054246;
}
</style>
background-color css
<style>
a { background-color: #054246; }
a { background-color: rgb(5,66,70); }
div.DivClassName
{
background-color: #054246;
}
.BgClassName
{
background-color: #054246;
}
</style>
border-color css
<style>
span { border-color: #054246; }
span { border-color: rgb(5,66,70); }
td.TdClassName
{
border-color: #054246;
}
.TagClassName
{
border-color: #054246;
}
</style>