Shades of Sherpa Blue #084E53
Tints of Sherpa Blue #084E53
RGB
CMYK
RGB Variations
Color information
#084E53 (or 0x084E53) is known color: Sherpa Blue. HEX triplet: 08, 4E and 53. RGB value is (8,78,83). Sum of RGB (Red+Green+Blue) = 8+78+83=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #084E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E53 is #F7B1AC. Grayscale: #393939. Windows color (decimal): -16232877 or 5459464. OLE color: 5459464.
HSL color Cylindrical-coordinate representation of color #084E53: hue angle of 184º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084E53 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 78 | 83 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.67 |
| HSL | 184º | 0.82% | 0.18% | - |
| HSV(B) | 184º | 0.9% | 0.33% | - |
| XYZ | 4.39 | 6.12 | 9.13 | - |
| YUV | 57.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 83 | 0.90 | 0.06 | 0 | 0.67 | 184 | 0.82 | 0.18 |
| Hex | 8 | 4E | 53 | 5A | 6 | 0 | 43 | B8 | 52 | 12 |
| Octal | 10 | 116 | 123 | 132 | 6 | 0 | 103 | 270 | 122 | 22 |
| Binary | 1000 | 1001110 | 1010011 | 1011010 | 110 | 0 | 1000011 | 10111000 | 1010010 | 10010 |
Color Harmonies of #084E53
Complementary color
Monochromatic Colors of #084E53
Black with #084E53
Text Example
Text Example
White with #084E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E53; }
p { color: rgb(8,78,83); }
H1.HeaderClassName
{
color: #084E53;
}
.AnyTagClassName
{
color: #084E53;
}
</style>
background-color css
<style>
a { background-color: #084E53; }
a { background-color: rgb(8,78,83); }
div.DivClassName
{
background-color: #084E53;
}
.BgClassName
{
background-color: #084E53;
}
</style>
border-color css
<style>
span { border-color: #084E53; }
span { border-color: rgb(8,78,83); }
td.TdClassName
{
border-color: #084E53;
}
.TagClassName
{
border-color: #084E53;
}
</style>