Shades of Sherpa Blue #05455D
Tints of Sherpa Blue #05455D
RGB
CMYK
RGB Variations
Color information
#05455D (or 0x05455D) is known color: Sherpa Blue. HEX triplet: 05, 45 and 5D. RGB value is (5,69,93). Sum of RGB (Red+Green+Blue) = 5+69+93=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #05455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05455D is #FABAA2. Grayscale: #343434. Windows color (decimal): -16431779 or 6112517. OLE color: 6112517.
HSL color Cylindrical-coordinate representation of color #05455D: hue angle of 196.36º 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 #05455D is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 69 | 93 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.64 |
| HSL | 196.36º | 0.9% | 0.19% | - |
| HSV(B) | 196.36º | 0.95% | 0.36% | - |
| XYZ | 4.17 | 5.08 | 11.12 | - |
| YUV | 52.6 | 150.8 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 93 | 0.95 | 0.26 | 0 | 0.64 | 196.36 | 0.9 | 0.19 |
| Hex | 5 | 45 | 5D | 5F | 1A | 0 | 40 | C4 | 5A | 13 |
| Octal | 5 | 105 | 135 | 137 | 32 | 0 | 100 | 304 | 132 | 23 |
| Binary | 101 | 1000101 | 1011101 | 1011111 | 11010 | 0 | 1000000 | 11000100 | 1011010 | 10011 |
Color Harmonies of #05455D
Complementary color
Monochromatic Colors of #05455D
Black with #05455D
Text Example
Text Example
White with #05455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05455D; }
p { color: rgb(5,69,93); }
H1.HeaderClassName
{
color: #05455D;
}
.AnyTagClassName
{
color: #05455D;
}
</style>
background-color css
<style>
a { background-color: #05455D; }
a { background-color: rgb(5,69,93); }
div.DivClassName
{
background-color: #05455D;
}
.BgClassName
{
background-color: #05455D;
}
</style>
border-color css
<style>
span { border-color: #05455D; }
span { border-color: rgb(5,69,93); }
td.TdClassName
{
border-color: #05455D;
}
.TagClassName
{
border-color: #05455D;
}
</style>