Shades of Sherpa Blue #084C58
Tints of Sherpa Blue #084C58
RGB
CMYK
RGB Variations
Color information
#084C58 (or 0x084C58) is known color: Sherpa Blue. HEX triplet: 08, 4C and 58. RGB value is (8,76,88). Sum of RGB (Red+Green+Blue) = 8+76+88=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #084C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C58 is #F7B3A7. Grayscale: #383838. Windows color (decimal): -16233384 or 5786632. OLE color: 5786632.
HSL color Cylindrical-coordinate representation of color #084C58: hue angle of 189º 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 #084C58 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 76 | 88 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.65 |
| HSL | 189º | 0.83% | 0.19% | - |
| HSV(B) | 189º | 0.91% | 0.35% | - |
| XYZ | 4.45 | 5.93 | 10.14 | - |
| YUV | 57.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 88 | 0.91 | 0.14 | 0 | 0.65 | 189 | 0.83 | 0.19 |
| Hex | 8 | 4C | 58 | 5B | E | 0 | 41 | BD | 53 | 13 |
| Octal | 10 | 114 | 130 | 133 | 16 | 0 | 101 | 275 | 123 | 23 |
| Binary | 1000 | 1001100 | 1011000 | 1011011 | 1110 | 0 | 1000001 | 10111101 | 1010011 | 10011 |
Color Harmonies of #084C58
Complementary color
Monochromatic Colors of #084C58
Black with #084C58
Text Example
Text Example
White with #084C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C58; }
p { color: rgb(8,76,88); }
H1.HeaderClassName
{
color: #084C58;
}
.AnyTagClassName
{
color: #084C58;
}
</style>
background-color css
<style>
a { background-color: #084C58; }
a { background-color: rgb(8,76,88); }
div.DivClassName
{
background-color: #084C58;
}
.BgClassName
{
background-color: #084C58;
}
</style>
border-color css
<style>
span { border-color: #084C58; }
span { border-color: rgb(8,76,88); }
td.TdClassName
{
border-color: #084C58;
}
.TagClassName
{
border-color: #084C58;
}
</style>