Shades of Sherpa Blue #05455E
Tints of Sherpa Blue #05455E
RGB
CMYK
RGB Variations
Color information
#05455E (or 0x05455E) is known color: Sherpa Blue. HEX triplet: 05, 45 and 5E. RGB value is (5,69,94). Sum of RGB (Red+Green+Blue) = 5+69+94=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #05455E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05455E is #FABAA1. Grayscale: #343434. Windows color (decimal): -16431778 or 6178053. OLE color: 6178053.
HSL color Cylindrical-coordinate representation of color #05455E: hue angle of 196.85º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05455E is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 69 | 94 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.63 |
| HSL | 196.85º | 0.9% | 0.19% | - |
| HSV(B) | 196.85º | 0.95% | 0.37% | - |
| XYZ | 4.21 | 5.1 | 11.35 | - |
| YUV | 52.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 94 | 0.95 | 0.27 | 0 | 0.63 | 196.85 | 0.9 | 0.19 |
| Hex | 5 | 45 | 5E | 5F | 1B | 0 | 3F | C5 | 5A | 13 |
| Octal | 5 | 105 | 136 | 137 | 33 | 0 | 77 | 305 | 132 | 23 |
| Binary | 101 | 1000101 | 1011110 | 1011111 | 11011 | 0 | 111111 | 11000101 | 1011010 | 10011 |
Color Harmonies of #05455E
Complementary color
Monochromatic Colors of #05455E
Black with #05455E
Text Example
Text Example
White with #05455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05455E; }
p { color: rgb(5,69,94); }
H1.HeaderClassName
{
color: #05455E;
}
.AnyTagClassName
{
color: #05455E;
}
</style>
background-color css
<style>
a { background-color: #05455E; }
a { background-color: rgb(5,69,94); }
div.DivClassName
{
background-color: #05455E;
}
.BgClassName
{
background-color: #05455E;
}
</style>
border-color css
<style>
span { border-color: #05455E; }
span { border-color: rgb(5,69,94); }
td.TdClassName
{
border-color: #05455E;
}
.TagClassName
{
border-color: #05455E;
}
</style>