Shades of Sherpa Blue #05384C
Tints of Sherpa Blue #05384C
RGB
CMYK
RGB Variations
Color information
#05384C (or 0x05384C) is known color: Sherpa Blue. HEX triplet: 05, 38 and 4C. RGB value is (5,56,76). Sum of RGB (Red+Green+Blue) = 5+56+76=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 76 (30.08% from 255 or 55.47% from 137); Max value from RGB is 76 - color contains mainly: blue. Hex color #05384C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05384C is #FAC7B3. Grayscale: #2A2A2A. Windows color (decimal): -16435124 or 4995077. OLE color: 4995077.
HSL color Cylindrical-coordinate representation of color #05384C: hue angle of 196.9º 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 #05384C is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 56 | 76 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.70 |
| HSL | 196.9º | 0.88% | 0.16% | - |
| HSV(B) | 196.9º | 0.93% | 0.3% | - |
| XYZ | 2.78 | 3.38 | 7.34 | - |
| YUV | 43.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 76 | 0.93 | 0.26 | 0 | 0.70 | 196.9 | 0.88 | 0.16 |
| Hex | 5 | 38 | 4C | 5D | 1A | 0 | 46 | C5 | 58 | 10 |
| Octal | 5 | 70 | 114 | 135 | 32 | 0 | 106 | 305 | 130 | 20 |
| Binary | 101 | 111000 | 1001100 | 1011101 | 11010 | 0 | 1000110 | 11000101 | 1011000 | 10000 |
Color Harmonies of #05384C
Complementary color
Monochromatic Colors of #05384C
Black with #05384C
Text Example
Text Example
White with #05384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05384C; }
p { color: rgb(5,56,76); }
H1.HeaderClassName
{
color: #05384C;
}
.AnyTagClassName
{
color: #05384C;
}
</style>
background-color css
<style>
a { background-color: #05384C; }
a { background-color: rgb(5,56,76); }
div.DivClassName
{
background-color: #05384C;
}
.BgClassName
{
background-color: #05384C;
}
</style>
border-color css
<style>
span { border-color: #05384C; }
span { border-color: rgb(5,56,76); }
td.TdClassName
{
border-color: #05384C;
}
.TagClassName
{
border-color: #05384C;
}
</style>