Shades of Sherpa Blue #05404C
Tints of Sherpa Blue #05404C
RGB
CMYK
RGB Variations
Color information
#05404C (or 0x05404C) is known color: Sherpa Blue. HEX triplet: 05, 40 and 4C. RGB value is (5,64,76). Sum of RGB (Red+Green+Blue) = 5+64+76=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #05404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05404C is #FABFB3. Grayscale: #2F2F2F. Windows color (decimal): -16433076 or 4997125. OLE color: 4997125.
HSL color Cylindrical-coordinate representation of color #05404C: hue angle of 190.14º 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 #05404C is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 64 | 76 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.70 |
| HSL | 190.14º | 0.88% | 0.16% | - |
| HSV(B) | 190.14º | 0.93% | 0.3% | - |
| XYZ | 3.2 | 4.22 | 7.48 | - |
| YUV | 47.73 | 143.95 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 76 | 0.93 | 0.16 | 0 | 0.70 | 190.14 | 0.88 | 0.16 |
| Hex | 5 | 40 | 4C | 5D | 10 | 0 | 46 | BE | 58 | 10 |
| Octal | 5 | 100 | 114 | 135 | 20 | 0 | 106 | 276 | 130 | 20 |
| Binary | 101 | 1000000 | 1001100 | 1011101 | 10000 | 0 | 1000110 | 10111110 | 1011000 | 10000 |
Color Harmonies of #05404C
Complementary color
Monochromatic Colors of #05404C
Black with #05404C
Text Example
Text Example
White with #05404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05404C; }
p { color: rgb(5,64,76); }
H1.HeaderClassName
{
color: #05404C;
}
.AnyTagClassName
{
color: #05404C;
}
</style>
background-color css
<style>
a { background-color: #05404C; }
a { background-color: rgb(5,64,76); }
div.DivClassName
{
background-color: #05404C;
}
.BgClassName
{
background-color: #05404C;
}
</style>
border-color css
<style>
span { border-color: #05404C; }
span { border-color: rgb(5,64,76); }
td.TdClassName
{
border-color: #05404C;
}
.TagClassName
{
border-color: #05404C;
}
</style>