Shades of Sherpa Blue #05384D
Tints of Sherpa Blue #05384D
RGB
CMYK
RGB Variations
Color information
#05384D (or 0x05384D) is known color: Sherpa Blue. HEX triplet: 05, 38 and 4D. RGB value is (5,56,77). Sum of RGB (Red+Green+Blue) = 5+56+77=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #05384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05384D is #FAC7B2. Grayscale: #2B2B2B. Windows color (decimal): -16435123 or 5060613. OLE color: 5060613.
HSL color Cylindrical-coordinate representation of color #05384D: hue angle of 197.5º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05384D is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 56 | 77 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.70 |
| HSL | 197.5º | 0.88% | 0.16% | - |
| HSV(B) | 197.5º | 0.94% | 0.3% | - |
| XYZ | 2.82 | 3.4 | 7.53 | - |
| YUV | 43.15 | 147.1 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 77 | 0.94 | 0.27 | 0 | 0.70 | 197.5 | 0.88 | 0.16 |
| Hex | 5 | 38 | 4D | 5E | 1B | 0 | 46 | C6 | 58 | 10 |
| Octal | 5 | 70 | 115 | 136 | 33 | 0 | 106 | 306 | 130 | 20 |
| Binary | 101 | 111000 | 1001101 | 1011110 | 11011 | 0 | 1000110 | 11000110 | 1011000 | 10000 |
Color Harmonies of #05384D
Complementary color
Monochromatic Colors of #05384D
Black with #05384D
Text Example
Text Example
White with #05384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05384D; }
p { color: rgb(5,56,77); }
H1.HeaderClassName
{
color: #05384D;
}
.AnyTagClassName
{
color: #05384D;
}
</style>
background-color css
<style>
a { background-color: #05384D; }
a { background-color: rgb(5,56,77); }
div.DivClassName
{
background-color: #05384D;
}
.BgClassName
{
background-color: #05384D;
}
</style>
border-color css
<style>
span { border-color: #05384D; }
span { border-color: rgb(5,56,77); }
td.TdClassName
{
border-color: #05384D;
}
.TagClassName
{
border-color: #05384D;
}
</style>