Shades of Sherpa Blue #084653
Tints of Sherpa Blue #084653
RGB
CMYK
RGB Variations
Color information
#084653 (or 0x084653) is known color: Sherpa Blue. HEX triplet: 08, 46 and 53. RGB value is (8,70,83). Sum of RGB (Red+Green+Blue) = 8+70+83=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #084653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084653 is #F7B9AC. Grayscale: #343434. Windows color (decimal): -16234925 or 5457416. OLE color: 5457416.
HSL color Cylindrical-coordinate representation of color #084653: hue angle of 190.4º 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 #084653 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 70 | 83 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.67 |
| HSL | 190.4º | 0.82% | 0.18% | - |
| HSV(B) | 190.4º | 0.9% | 0.33% | - |
| XYZ | 3.85 | 5.06 | 8.96 | - |
| YUV | 52.94 | 144.96 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 83 | 0.90 | 0.16 | 0 | 0.67 | 190.4 | 0.82 | 0.18 |
| Hex | 8 | 46 | 53 | 5A | 10 | 0 | 43 | BE | 52 | 12 |
| Octal | 10 | 106 | 123 | 132 | 20 | 0 | 103 | 276 | 122 | 22 |
| Binary | 1000 | 1000110 | 1010011 | 1011010 | 10000 | 0 | 1000011 | 10111110 | 1010010 | 10010 |
Color Harmonies of #084653
Complementary color
Monochromatic Colors of #084653
Black with #084653
Text Example
Text Example
White with #084653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084653; }
p { color: rgb(8,70,83); }
H1.HeaderClassName
{
color: #084653;
}
.AnyTagClassName
{
color: #084653;
}
</style>
background-color css
<style>
a { background-color: #084653; }
a { background-color: rgb(8,70,83); }
div.DivClassName
{
background-color: #084653;
}
.BgClassName
{
background-color: #084653;
}
</style>
border-color css
<style>
span { border-color: #084653; }
span { border-color: rgb(8,70,83); }
td.TdClassName
{
border-color: #084653;
}
.TagClassName
{
border-color: #084653;
}
</style>