Shades of Sherpa Blue #05465D
Tints of Sherpa Blue #05465D
RGB
CMYK
RGB Variations
Color information
#05465D (or 0x05465D) is known color: Sherpa Blue. HEX triplet: 05, 46 and 5D. RGB value is (5,70,93). Sum of RGB (Red+Green+Blue) = 5+70+93=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #05465D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05465D is #FAB9A2. Grayscale: #353535. Windows color (decimal): -16431523 or 6112773. OLE color: 6112773.
HSL color Cylindrical-coordinate representation of color #05465D: hue angle of 195.68º 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 #05465D is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 70 | 93 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.64 |
| HSL | 195.68º | 0.9% | 0.19% | - |
| HSV(B) | 195.68º | 0.95% | 0.36% | - |
| XYZ | 4.23 | 5.2 | 11.14 | - |
| YUV | 53.19 | 150.47 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 93 | 0.95 | 0.25 | 0 | 0.64 | 195.68 | 0.9 | 0.19 |
| Hex | 5 | 46 | 5D | 5F | 19 | 0 | 40 | C4 | 5A | 13 |
| Octal | 5 | 106 | 135 | 137 | 31 | 0 | 100 | 304 | 132 | 23 |
| Binary | 101 | 1000110 | 1011101 | 1011111 | 11001 | 0 | 1000000 | 11000100 | 1011010 | 10011 |
Color Harmonies of #05465D
Complementary color
Monochromatic Colors of #05465D
Black with #05465D
Text Example
Text Example
White with #05465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05465D; }
p { color: rgb(5,70,93); }
H1.HeaderClassName
{
color: #05465D;
}
.AnyTagClassName
{
color: #05465D;
}
</style>
background-color css
<style>
a { background-color: #05465D; }
a { background-color: rgb(5,70,93); }
div.DivClassName
{
background-color: #05465D;
}
.BgClassName
{
background-color: #05465D;
}
</style>
border-color css
<style>
span { border-color: #05465D; }
span { border-color: rgb(5,70,93); }
td.TdClassName
{
border-color: #05465D;
}
.TagClassName
{
border-color: #05465D;
}
</style>