Shades of Sherpa Blue #084D5B
Tints of Sherpa Blue #084D5B
RGB
CMYK
RGB Variations
Color information
#084D5B (or 0x084D5B) is known color: Sherpa Blue. HEX triplet: 08, 4D and 5B. RGB value is (8,77,91). Sum of RGB (Red+Green+Blue) = 8+77+91=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #084D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D5B is #F7B2A4. Grayscale: #393939. Windows color (decimal): -16233125 or 5983496. OLE color: 5983496.
HSL color Cylindrical-coordinate representation of color #084D5B: hue angle of 190.12º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084D5B is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 77 | 91 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.64 |
| HSL | 190.12º | 0.84% | 0.19% | - |
| HSV(B) | 190.12º | 0.91% | 0.36% | - |
| XYZ | 4.64 | 6.11 | 10.83 | - |
| YUV | 57.97 | 146.64 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 91 | 0.91 | 0.15 | 0 | 0.64 | 190.12 | 0.84 | 0.19 |
| Hex | 8 | 4D | 5B | 5B | F | 0 | 40 | BE | 54 | 13 |
| Octal | 10 | 115 | 133 | 133 | 17 | 0 | 100 | 276 | 124 | 23 |
| Binary | 1000 | 1001101 | 1011011 | 1011011 | 1111 | 0 | 1000000 | 10111110 | 1010100 | 10011 |
Color Harmonies of #084D5B
Complementary color
Monochromatic Colors of #084D5B
Black with #084D5B
Text Example
Text Example
White with #084D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D5B; }
p { color: rgb(8,77,91); }
H1.HeaderClassName
{
color: #084D5B;
}
.AnyTagClassName
{
color: #084D5B;
}
</style>
background-color css
<style>
a { background-color: #084D5B; }
a { background-color: rgb(8,77,91); }
div.DivClassName
{
background-color: #084D5B;
}
.BgClassName
{
background-color: #084D5B;
}
</style>
border-color css
<style>
span { border-color: #084D5B; }
span { border-color: rgb(8,77,91); }
td.TdClassName
{
border-color: #084D5B;
}
.TagClassName
{
border-color: #084D5B;
}
</style>