Shades of Sherpa Blue #084953
Tints of Sherpa Blue #084953
RGB
CMYK
RGB Variations
Color information
#084953 (or 0x084953) is known color: Sherpa Blue. HEX triplet: 08, 49 and 53. RGB value is (8,73,83). Sum of RGB (Red+Green+Blue) = 8+73+83=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #084953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084953 is #F7B6AC. Grayscale: #363636. Windows color (decimal): -16234157 or 5458184. OLE color: 5458184.
HSL color Cylindrical-coordinate representation of color #084953: hue angle of 188º 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 #084953 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 73 | 83 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.67 |
| HSL | 188º | 0.82% | 0.18% | - |
| HSV(B) | 188º | 0.9% | 0.33% | - |
| XYZ | 4.04 | 5.44 | 9.02 | - |
| YUV | 54.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 83 | 0.90 | 0.12 | 0 | 0.67 | 188 | 0.82 | 0.18 |
| Hex | 8 | 49 | 53 | 5A | C | 0 | 43 | BC | 52 | 12 |
| Octal | 10 | 111 | 123 | 132 | 14 | 0 | 103 | 274 | 122 | 22 |
| Binary | 1000 | 1001001 | 1010011 | 1011010 | 1100 | 0 | 1000011 | 10111100 | 1010010 | 10010 |
Color Harmonies of #084953
Complementary color
Monochromatic Colors of #084953
Black with #084953
Text Example
Text Example
White with #084953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084953; }
p { color: rgb(8,73,83); }
H1.HeaderClassName
{
color: #084953;
}
.AnyTagClassName
{
color: #084953;
}
</style>
background-color css
<style>
a { background-color: #084953; }
a { background-color: rgb(8,73,83); }
div.DivClassName
{
background-color: #084953;
}
.BgClassName
{
background-color: #084953;
}
</style>
border-color css
<style>
span { border-color: #084953; }
span { border-color: rgb(8,73,83); }
td.TdClassName
{
border-color: #084953;
}
.TagClassName
{
border-color: #084953;
}
</style>