Shades of Sherpa Blue #05495A
Tints of Sherpa Blue #05495A
RGB
CMYK
RGB Variations
Color information
#05495A (or 0x05495A) is known color: Sherpa Blue. HEX triplet: 05, 49 and 5A. RGB value is (5,73,90). Sum of RGB (Red+Green+Blue) = 5+73+90=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #05495A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05495A is #FAB6A5. Grayscale: #363636. Windows color (decimal): -16430758 or 5916933. OLE color: 5916933.
HSL color Cylindrical-coordinate representation of color #05495A: hue angle of 192º 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 #05495A is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 73 | 90 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.65 |
| HSL | 192º | 0.89% | 0.19% | - |
| HSV(B) | 192º | 0.94% | 0.35% | - |
| XYZ | 4.29 | 5.54 | 10.52 | - |
| YUV | 54.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 90 | 0.94 | 0.19 | 0 | 0.65 | 192 | 0.89 | 0.19 |
| Hex | 5 | 49 | 5A | 5E | 13 | 0 | 41 | C0 | 59 | 13 |
| Octal | 5 | 111 | 132 | 136 | 23 | 0 | 101 | 300 | 131 | 23 |
| Binary | 101 | 1001001 | 1011010 | 1011110 | 10011 | 0 | 1000001 | 11000000 | 1011001 | 10011 |
Color Harmonies of #05495A
Complementary color
Monochromatic Colors of #05495A
Black with #05495A
Text Example
Text Example
White with #05495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05495A; }
p { color: rgb(5,73,90); }
H1.HeaderClassName
{
color: #05495A;
}
.AnyTagClassName
{
color: #05495A;
}
</style>
background-color css
<style>
a { background-color: #05495A; }
a { background-color: rgb(5,73,90); }
div.DivClassName
{
background-color: #05495A;
}
.BgClassName
{
background-color: #05495A;
}
</style>
border-color css
<style>
span { border-color: #05495A; }
span { border-color: rgb(5,73,90); }
td.TdClassName
{
border-color: #05495A;
}
.TagClassName
{
border-color: #05495A;
}
</style>