Shades of Sherpa Blue #084C5D
Tints of Sherpa Blue #084C5D
RGB
CMYK
RGB Variations
Color information
#084C5D (or 0x084C5D) is known color: Sherpa Blue. HEX triplet: 08, 4C and 5D. RGB value is (8,76,93). Sum of RGB (Red+Green+Blue) = 8+76+93=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #084C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C5D is #F7B3A2. Grayscale: #393939. Windows color (decimal): -16233379 or 6114312. OLE color: 6114312.
HSL color Cylindrical-coordinate representation of color #084C5D: hue angle of 192º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084C5D is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 76 | 93 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.64 |
| HSL | 192º | 0.84% | 0.2% | - |
| HSV(B) | 192º | 0.91% | 0.36% | - |
| XYZ | 4.66 | 6.01 | 11.27 | - |
| YUV | 57.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 93 | 0.91 | 0.18 | 0 | 0.64 | 192 | 0.84 | 0.2 |
| Hex | 8 | 4C | 5D | 5B | 12 | 0 | 40 | C0 | 54 | 14 |
| Octal | 10 | 114 | 135 | 133 | 22 | 0 | 100 | 300 | 124 | 24 |
| Binary | 1000 | 1001100 | 1011101 | 1011011 | 10010 | 0 | 1000000 | 11000000 | 1010100 | 10100 |
Color Harmonies of #084C5D
Complementary color
Monochromatic Colors of #084C5D
Black with #084C5D
Text Example
Text Example
White with #084C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C5D; }
p { color: rgb(8,76,93); }
H1.HeaderClassName
{
color: #084C5D;
}
.AnyTagClassName
{
color: #084C5D;
}
</style>
background-color css
<style>
a { background-color: #084C5D; }
a { background-color: rgb(8,76,93); }
div.DivClassName
{
background-color: #084C5D;
}
.BgClassName
{
background-color: #084C5D;
}
</style>
border-color css
<style>
span { border-color: #084C5D; }
span { border-color: rgb(8,76,93); }
td.TdClassName
{
border-color: #084C5D;
}
.TagClassName
{
border-color: #084C5D;
}
</style>