Shades of Sherpa Blue #054A4A
Tints of Sherpa Blue #054A4A
RGB
CMYK
RGB Variations
Color information
#054A4A (or 0x054A4A) is known color: Sherpa Blue. HEX triplet: 05, 4A and 4A. RGB value is (5,74,74). Sum of RGB (Red+Green+Blue) = 5+74+74=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 74 (29.30% from 255 or 48.37% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #054A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054A4A is #FAB5B5. Grayscale: #353535. Windows color (decimal): -16430518 or 4868613. OLE color: 4868613.
HSL color Cylindrical-coordinate representation of color #054A4A: hue angle of 180º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054A4A is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 74 | 74 | - |
| CMYK | 0.93 | 0 | 0 | 0.71 |
| HSL | 180º | 0.87% | 0.15% | - |
| HSV(B) | 180º | 0.93% | 0.29% | - |
| XYZ | 3.75 | 5.42 | 7.33 | - |
| YUV | 53.37 | 139.64 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 74 | 0.93 | 0 | 0 | 0.71 | 180 | 0.87 | 0.15 |
| Hex | 5 | 4A | 4A | 5D | 0 | 0 | 47 | B4 | 57 | F |
| Octal | 5 | 112 | 112 | 135 | 0 | 0 | 107 | 264 | 127 | 17 |
| Binary | 101 | 1001010 | 1001010 | 1011101 | 0 | 0 | 1000111 | 10110100 | 1010111 | 1111 |
Color Harmonies of #054A4A
Complementary color
Monochromatic Colors of #054A4A
Black with #054A4A
Text Example
Text Example
White with #054A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A4A; }
p { color: rgb(5,74,74); }
H1.HeaderClassName
{
color: #054A4A;
}
.AnyTagClassName
{
color: #054A4A;
}
</style>
background-color css
<style>
a { background-color: #054A4A; }
a { background-color: rgb(5,74,74); }
div.DivClassName
{
background-color: #054A4A;
}
.BgClassName
{
background-color: #054A4A;
}
</style>
border-color css
<style>
span { border-color: #054A4A; }
span { border-color: rgb(5,74,74); }
td.TdClassName
{
border-color: #054A4A;
}
.TagClassName
{
border-color: #054A4A;
}
</style>