Shades of Sherpa Blue #05444C
Tints of Sherpa Blue #05444C
RGB
CMYK
RGB Variations
Color information
#05444C (or 0x05444C) is known color: Sherpa Blue. HEX triplet: 05, 44 and 4C. RGB value is (5,68,76). Sum of RGB (Red+Green+Blue) = 5+68+76=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #05444C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05444C is #FABBB3. Grayscale: #313131. Windows color (decimal): -16432052 or 4998149. OLE color: 4998149.
HSL color Cylindrical-coordinate representation of color #05444C: hue angle of 186.76º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05444C is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 68 | 76 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.70 |
| HSL | 186.76º | 0.88% | 0.16% | - |
| HSV(B) | 186.76º | 0.93% | 0.3% | - |
| XYZ | 3.43 | 4.69 | 7.56 | - |
| YUV | 50.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 76 | 0.93 | 0.11 | 0 | 0.70 | 186.76 | 0.88 | 0.16 |
| Hex | 5 | 44 | 4C | 5D | B | 0 | 46 | BB | 58 | 10 |
| Octal | 5 | 104 | 114 | 135 | 13 | 0 | 106 | 273 | 130 | 20 |
| Binary | 101 | 1000100 | 1001100 | 1011101 | 1011 | 0 | 1000110 | 10111011 | 1011000 | 10000 |
Color Harmonies of #05444C
Complementary color
Monochromatic Colors of #05444C
Black with #05444C
Text Example
Text Example
White with #05444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05444C; }
p { color: rgb(5,68,76); }
H1.HeaderClassName
{
color: #05444C;
}
.AnyTagClassName
{
color: #05444C;
}
</style>
background-color css
<style>
a { background-color: #05444C; }
a { background-color: rgb(5,68,76); }
div.DivClassName
{
background-color: #05444C;
}
.BgClassName
{
background-color: #05444C;
}
</style>
border-color css
<style>
span { border-color: #05444C; }
span { border-color: rgb(5,68,76); }
td.TdClassName
{
border-color: #05444C;
}
.TagClassName
{
border-color: #05444C;
}
</style>