Shades of Sherpa Blue #054346
Tints of Sherpa Blue #054346
RGB
CMYK
RGB Variations
Color information
#054346 (or 0x054346) is known color: Sherpa Blue. HEX triplet: 05, 43 and 46. RGB value is (5,67,70). Sum of RGB (Red+Green+Blue) = 5+67+70=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #054346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054346 is #FABCB9. Grayscale: #303030. Windows color (decimal): -16432314 or 4604677. OLE color: 4604677.
HSL color Cylindrical-coordinate representation of color #054346: hue angle of 182.77º 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 #054346 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 67 | 70 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.73 |
| HSL | 182.77º | 0.87% | 0.15% | - |
| HSV(B) | 182.77º | 0.93% | 0.27% | - |
| XYZ | 3.18 | 4.49 | 6.49 | - |
| YUV | 48.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 70 | 0.93 | 0.04 | 0 | 0.73 | 182.77 | 0.87 | 0.15 |
| Hex | 5 | 43 | 46 | 5D | 4 | 0 | 49 | B7 | 57 | F |
| Octal | 5 | 103 | 106 | 135 | 4 | 0 | 111 | 267 | 127 | 17 |
| Binary | 101 | 1000011 | 1000110 | 1011101 | 100 | 0 | 1001001 | 10110111 | 1010111 | 1111 |
Color Harmonies of #054346
Complementary color
Monochromatic Colors of #054346
Black with #054346
Text Example
Text Example
White with #054346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054346; }
p { color: rgb(5,67,70); }
H1.HeaderClassName
{
color: #054346;
}
.AnyTagClassName
{
color: #054346;
}
</style>
background-color css
<style>
a { background-color: #054346; }
a { background-color: rgb(5,67,70); }
div.DivClassName
{
background-color: #054346;
}
.BgClassName
{
background-color: #054346;
}
</style>
border-color css
<style>
span { border-color: #054346; }
span { border-color: rgb(5,67,70); }
td.TdClassName
{
border-color: #054346;
}
.TagClassName
{
border-color: #054346;
}
</style>