Shades of Sherpa Blue #05434C
Tints of Sherpa Blue #05434C
RGB
CMYK
RGB Variations
Color information
#05434C (or 0x05434C) is known color: Sherpa Blue. HEX triplet: 05, 43 and 4C. RGB value is (5,67,76). Sum of RGB (Red+Green+Blue) = 5+67+76=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #05434C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05434C is #FABCB3. Grayscale: #313131. Windows color (decimal): -16432308 or 4997893. OLE color: 4997893.
HSL color Cylindrical-coordinate representation of color #05434C: hue angle of 187.61º 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 #05434C is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 67 | 76 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.70 |
| HSL | 187.61º | 0.88% | 0.16% | - |
| HSV(B) | 187.61º | 0.93% | 0.3% | - |
| XYZ | 3.37 | 4.57 | 7.54 | - |
| YUV | 49.49 | 142.96 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 76 | 0.93 | 0.12 | 0 | 0.70 | 187.61 | 0.88 | 0.16 |
| Hex | 5 | 43 | 4C | 5D | C | 0 | 46 | BC | 58 | 10 |
| Octal | 5 | 103 | 114 | 135 | 14 | 0 | 106 | 274 | 130 | 20 |
| Binary | 101 | 1000011 | 1001100 | 1011101 | 1100 | 0 | 1000110 | 10111100 | 1011000 | 10000 |
Color Harmonies of #05434C
Complementary color
Monochromatic Colors of #05434C
Black with #05434C
Text Example
Text Example
White with #05434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05434C; }
p { color: rgb(5,67,76); }
H1.HeaderClassName
{
color: #05434C;
}
.AnyTagClassName
{
color: #05434C;
}
</style>
background-color css
<style>
a { background-color: #05434C; }
a { background-color: rgb(5,67,76); }
div.DivClassName
{
background-color: #05434C;
}
.BgClassName
{
background-color: #05434C;
}
</style>
border-color css
<style>
span { border-color: #05434C; }
span { border-color: rgb(5,67,76); }
td.TdClassName
{
border-color: #05434C;
}
.TagClassName
{
border-color: #05434C;
}
</style>