Shades of Sherpa Blue #084C5A
Tints of Sherpa Blue #084C5A
RGB
CMYK
RGB Variations
Color information
#084C5A (or 0x084C5A) is known color: Sherpa Blue. HEX triplet: 08, 4C and 5A. RGB value is (8,76,90). Sum of RGB (Red+Green+Blue) = 8+76+90=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #084C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C5A is #F7B3A5. Grayscale: #393939. Windows color (decimal): -16233382 or 5917704. OLE color: 5917704.
HSL color Cylindrical-coordinate representation of color #084C5A: hue angle of 190.24º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084C5A is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 76 | 90 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.65 |
| HSL | 190.24º | 0.84% | 0.19% | - |
| HSV(B) | 190.24º | 0.91% | 0.35% | - |
| XYZ | 4.53 | 5.96 | 10.58 | - |
| YUV | 57.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 90 | 0.91 | 0.16 | 0 | 0.65 | 190.24 | 0.84 | 0.19 |
| Hex | 8 | 4C | 5A | 5B | 10 | 0 | 41 | BE | 54 | 13 |
| Octal | 10 | 114 | 132 | 133 | 20 | 0 | 101 | 276 | 124 | 23 |
| Binary | 1000 | 1001100 | 1011010 | 1011011 | 10000 | 0 | 1000001 | 10111110 | 1010100 | 10011 |
Color Harmonies of #084C5A
Complementary color
Monochromatic Colors of #084C5A
Black with #084C5A
Text Example
Text Example
White with #084C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C5A; }
p { color: rgb(8,76,90); }
H1.HeaderClassName
{
color: #084C5A;
}
.AnyTagClassName
{
color: #084C5A;
}
</style>
background-color css
<style>
a { background-color: #084C5A; }
a { background-color: rgb(8,76,90); }
div.DivClassName
{
background-color: #084C5A;
}
.BgClassName
{
background-color: #084C5A;
}
</style>
border-color css
<style>
span { border-color: #084C5A; }
span { border-color: rgb(8,76,90); }
td.TdClassName
{
border-color: #084C5A;
}
.TagClassName
{
border-color: #084C5A;
}
</style>