Shades of Sherpa Blue #054B4A
Tints of Sherpa Blue #054B4A
RGB
CMYK
RGB Variations
Color information
#054B4A (or 0x054B4A) is known color: Sherpa Blue. HEX triplet: 05, 4B and 4A. RGB value is (5,75,74). Sum of RGB (Red+Green+Blue) = 5+75+74=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 75 - color contains mainly: green. Hex color #054B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B4A is #FAB4B5. Grayscale: #353535. Windows color (decimal): -16430262 or 4868869. OLE color: 4868869.
HSL color Cylindrical-coordinate representation of color #054B4A: hue angle of 179.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B4A is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 74 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.71 |
| HSL | 179.14º | 0.88% | 0.16% | - |
| HSV(B) | 179.14º | 0.93% | 0.29% | - |
| XYZ | 3.81 | 5.56 | 7.35 | - |
| YUV | 53.96 | 139.31 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 74 | 0.93 | 0 | 0.01 | 0.71 | 179.14 | 0.88 | 0.16 |
| Hex | 5 | 4B | 4A | 5D | 0 | 1 | 47 | B3 | 58 | 10 |
| Octal | 5 | 113 | 112 | 135 | 0 | 1 | 107 | 263 | 130 | 20 |
| Binary | 101 | 1001011 | 1001010 | 1011101 | 0 | 1 | 1000111 | 10110011 | 1011000 | 10000 |
Color Harmonies of #054B4A
Complementary color
Monochromatic Colors of #054B4A
Black with #054B4A
Text Example
Text Example
White with #054B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B4A; }
p { color: rgb(5,75,74); }
H1.HeaderClassName
{
color: #054B4A;
}
.AnyTagClassName
{
color: #054B4A;
}
</style>
background-color css
<style>
a { background-color: #054B4A; }
a { background-color: rgb(5,75,74); }
div.DivClassName
{
background-color: #054B4A;
}
.BgClassName
{
background-color: #054B4A;
}
</style>
border-color css
<style>
span { border-color: #054B4A; }
span { border-color: rgb(5,75,74); }
td.TdClassName
{
border-color: #054B4A;
}
.TagClassName
{
border-color: #054B4A;
}
</style>