Shades of Sherpa Blue #05445C
Tints of Sherpa Blue #05445C
RGB
CMYK
RGB Variations
Color information
#05445C (or 0x05445C) is known color: Sherpa Blue. HEX triplet: 05, 44 and 5C. RGB value is (5,68,92). Sum of RGB (Red+Green+Blue) = 5+68+92=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #05445C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05445C is #FABBA3. Grayscale: #333333. Windows color (decimal): -16432036 or 6046725. OLE color: 6046725.
HSL color Cylindrical-coordinate representation of color #05445C: hue angle of 196.55º 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 #05445C is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 68 | 92 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.64 |
| HSL | 196.55º | 0.9% | 0.19% | - |
| HSV(B) | 196.55º | 0.95% | 0.36% | - |
| XYZ | 4.06 | 4.94 | 10.86 | - |
| YUV | 51.9 | 150.63 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 92 | 0.95 | 0.26 | 0 | 0.64 | 196.55 | 0.9 | 0.19 |
| Hex | 5 | 44 | 5C | 5F | 1A | 0 | 40 | C5 | 5A | 13 |
| Octal | 5 | 104 | 134 | 137 | 32 | 0 | 100 | 305 | 132 | 23 |
| Binary | 101 | 1000100 | 1011100 | 1011111 | 11010 | 0 | 1000000 | 11000101 | 1011010 | 10011 |
Color Harmonies of #05445C
Complementary color
Monochromatic Colors of #05445C
Black with #05445C
Text Example
Text Example
White with #05445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05445C; }
p { color: rgb(5,68,92); }
H1.HeaderClassName
{
color: #05445C;
}
.AnyTagClassName
{
color: #05445C;
}
</style>
background-color css
<style>
a { background-color: #05445C; }
a { background-color: rgb(5,68,92); }
div.DivClassName
{
background-color: #05445C;
}
.BgClassName
{
background-color: #05445C;
}
</style>
border-color css
<style>
span { border-color: #05445C; }
span { border-color: rgb(5,68,92); }
td.TdClassName
{
border-color: #05445C;
}
.TagClassName
{
border-color: #05445C;
}
</style>