Shades of Sherpa Blue #084C50
Tints of Sherpa Blue #084C50
RGB
CMYK
RGB Variations
Color information
#084C50 (or 0x084C50) is known color: Sherpa Blue. HEX triplet: 08, 4C and 50. RGB value is (8,76,80). Sum of RGB (Red+Green+Blue) = 8+76+80=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #084C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C50 is #F7B3AF. Grayscale: #383838. Windows color (decimal): -16233392 or 5262344. OLE color: 5262344.
HSL color Cylindrical-coordinate representation of color #084C50: hue angle of 183.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084C50 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 76 | 80 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.69 |
| HSL | 183.33º | 0.82% | 0.17% | - |
| HSV(B) | 183.33º | 0.9% | 0.31% | - |
| XYZ | 4.13 | 5.8 | 8.49 | - |
| YUV | 56.12 | 141.47 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 80 | 0.90 | 0.05 | 0 | 0.69 | 183.33 | 0.82 | 0.17 |
| Hex | 8 | 4C | 50 | 5A | 5 | 0 | 45 | B7 | 52 | 11 |
| Octal | 10 | 114 | 120 | 132 | 5 | 0 | 105 | 267 | 122 | 21 |
| Binary | 1000 | 1001100 | 1010000 | 1011010 | 101 | 0 | 1000101 | 10110111 | 1010010 | 10001 |
Color Harmonies of #084C50
Complementary color
Monochromatic Colors of #084C50
Black with #084C50
Text Example
Text Example
White with #084C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C50; }
p { color: rgb(8,76,80); }
H1.HeaderClassName
{
color: #084C50;
}
.AnyTagClassName
{
color: #084C50;
}
</style>
background-color css
<style>
a { background-color: #084C50; }
a { background-color: rgb(8,76,80); }
div.DivClassName
{
background-color: #084C50;
}
.BgClassName
{
background-color: #084C50;
}
</style>
border-color css
<style>
span { border-color: #084C50; }
span { border-color: rgb(8,76,80); }
td.TdClassName
{
border-color: #084C50;
}
.TagClassName
{
border-color: #084C50;
}
</style>