Shades of Sherpa Blue #05495B
Tints of Sherpa Blue #05495B
RGB
CMYK
RGB Variations
Color information
#05495B (or 0x05495B) is known color: Sherpa Blue. HEX triplet: 05, 49 and 5B. RGB value is (5,73,91). Sum of RGB (Red+Green+Blue) = 5+73+91=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #05495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05495B is #FAB6A4. Grayscale: #363636. Windows color (decimal): -16430757 or 5982469. OLE color: 5982469.
HSL color Cylindrical-coordinate representation of color #05495B: hue angle of 192.56º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05495B is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 73 | 91 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.64 |
| HSL | 192.56º | 0.9% | 0.19% | - |
| HSV(B) | 192.56º | 0.95% | 0.36% | - |
| XYZ | 4.33 | 5.55 | 10.74 | - |
| YUV | 54.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 91 | 0.95 | 0.20 | 0 | 0.64 | 192.56 | 0.9 | 0.19 |
| Hex | 5 | 49 | 5B | 5F | 14 | 0 | 40 | C1 | 5A | 13 |
| Octal | 5 | 111 | 133 | 137 | 24 | 0 | 100 | 301 | 132 | 23 |
| Binary | 101 | 1001001 | 1011011 | 1011111 | 10100 | 0 | 1000000 | 11000001 | 1011010 | 10011 |
Color Harmonies of #05495B
Complementary color
Monochromatic Colors of #05495B
Black with #05495B
Text Example
Text Example
White with #05495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05495B; }
p { color: rgb(5,73,91); }
H1.HeaderClassName
{
color: #05495B;
}
.AnyTagClassName
{
color: #05495B;
}
</style>
background-color css
<style>
a { background-color: #05495B; }
a { background-color: rgb(5,73,91); }
div.DivClassName
{
background-color: #05495B;
}
.BgClassName
{
background-color: #05495B;
}
</style>
border-color css
<style>
span { border-color: #05495B; }
span { border-color: rgb(5,73,91); }
td.TdClassName
{
border-color: #05495B;
}
.TagClassName
{
border-color: #05495B;
}
</style>