Shades of Sherpa Blue #084558
Tints of Sherpa Blue #084558
RGB
CMYK
RGB Variations
Color information
#084558 (or 0x084558) is known color: Sherpa Blue. HEX triplet: 08, 45 and 58. RGB value is (8,69,88). Sum of RGB (Red+Green+Blue) = 8+69+88=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #084558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084558 is #F7BAA7. Grayscale: #343434. Windows color (decimal): -16235176 or 5784840. OLE color: 5784840.
HSL color Cylindrical-coordinate representation of color #084558: hue angle of 194.25º degrees, saturation: 0.83, 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 #084558 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 69 | 88 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.65 |
| HSL | 194.25º | 0.83% | 0.19% | - |
| HSV(B) | 194.25º | 0.91% | 0.35% | - |
| XYZ | 3.99 | 5.01 | 9.99 | - |
| YUV | 52.93 | 147.79 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 88 | 0.91 | 0.22 | 0 | 0.65 | 194.25 | 0.83 | 0.19 |
| Hex | 8 | 45 | 58 | 5B | 16 | 0 | 41 | C2 | 53 | 13 |
| Octal | 10 | 105 | 130 | 133 | 26 | 0 | 101 | 302 | 123 | 23 |
| Binary | 1000 | 1000101 | 1011000 | 1011011 | 10110 | 0 | 1000001 | 11000010 | 1010011 | 10011 |
Color Harmonies of #084558
Complementary color
Monochromatic Colors of #084558
Black with #084558
Text Example
Text Example
White with #084558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084558; }
p { color: rgb(8,69,88); }
H1.HeaderClassName
{
color: #084558;
}
.AnyTagClassName
{
color: #084558;
}
</style>
background-color css
<style>
a { background-color: #084558; }
a { background-color: rgb(8,69,88); }
div.DivClassName
{
background-color: #084558;
}
.BgClassName
{
background-color: #084558;
}
</style>
border-color css
<style>
span { border-color: #084558; }
span { border-color: rgb(8,69,88); }
td.TdClassName
{
border-color: #084558;
}
.TagClassName
{
border-color: #084558;
}
</style>