Shades of Sherpa Blue #054A5A
Tints of Sherpa Blue #054A5A
RGB
CMYK
RGB Variations
Color information
#054A5A (or 0x054A5A) is known color: Sherpa Blue. HEX triplet: 05, 4A and 5A. RGB value is (5,74,90). Sum of RGB (Red+Green+Blue) = 5+74+90=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #054A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A5A is #FAB5A5. Grayscale: #373737. Windows color (decimal): -16430502 or 5917189. OLE color: 5917189.
HSL color Cylindrical-coordinate representation of color #054A5A: hue angle of 191.29º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054A5A is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 74 | 90 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.65 |
| HSL | 191.29º | 0.89% | 0.19% | - |
| HSV(B) | 191.29º | 0.94% | 0.35% | - |
| XYZ | 4.36 | 5.67 | 10.54 | - |
| YUV | 55.19 | 147.64 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 90 | 0.94 | 0.18 | 0 | 0.65 | 191.29 | 0.89 | 0.19 |
| Hex | 5 | 4A | 5A | 5E | 12 | 0 | 41 | BF | 59 | 13 |
| Octal | 5 | 112 | 132 | 136 | 22 | 0 | 101 | 277 | 131 | 23 |
| Binary | 101 | 1001010 | 1011010 | 1011110 | 10010 | 0 | 1000001 | 10111111 | 1011001 | 10011 |
Color Harmonies of #054A5A
Complementary color
Monochromatic Colors of #054A5A
Black with #054A5A
Text Example
Text Example
White with #054A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A5A; }
p { color: rgb(5,74,90); }
H1.HeaderClassName
{
color: #054A5A;
}
.AnyTagClassName
{
color: #054A5A;
}
</style>
background-color css
<style>
a { background-color: #054A5A; }
a { background-color: rgb(5,74,90); }
div.DivClassName
{
background-color: #054A5A;
}
.BgClassName
{
background-color: #054A5A;
}
</style>
border-color css
<style>
span { border-color: #054A5A; }
span { border-color: rgb(5,74,90); }
td.TdClassName
{
border-color: #054A5A;
}
.TagClassName
{
border-color: #054A5A;
}
</style>