Shades of Sherpa Blue #085354
Tints of Sherpa Blue #085354
RGB
CMYK
RGB Variations
Color information
#085354 (or 0x085354) is known color: Sherpa Blue. HEX triplet: 08, 53 and 54. RGB value is (8,83,84). Sum of RGB (Red+Green+Blue) = 8+83+84=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #085354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085354 is #F7ACAB. Grayscale: #3C3C3C. Windows color (decimal): -16231596 or 5526280. OLE color: 5526280.
HSL color Cylindrical-coordinate representation of color #085354: hue angle of 180.79º degrees, saturation: 0.83, 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 #085354 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 84 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.67 |
| HSL | 180.79º | 0.83% | 0.18% | - |
| HSV(B) | 180.79º | 0.9% | 0.33% | - |
| XYZ | 4.79 | 6.88 | 9.46 | - |
| YUV | 60.69 | 141.15 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 84 | 0.90 | 0.01 | 0 | 0.67 | 180.79 | 0.83 | 0.18 |
| Hex | 8 | 53 | 54 | 5A | 1 | 0 | 43 | B5 | 53 | 12 |
| Octal | 10 | 123 | 124 | 132 | 1 | 0 | 103 | 265 | 123 | 22 |
| Binary | 1000 | 1010011 | 1010100 | 1011010 | 1 | 0 | 1000011 | 10110101 | 1010011 | 10010 |
Color Harmonies of #085354
Complementary color
Monochromatic Colors of #085354
Black with #085354
Text Example
Text Example
White with #085354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085354; }
p { color: rgb(8,83,84); }
H1.HeaderClassName
{
color: #085354;
}
.AnyTagClassName
{
color: #085354;
}
</style>
background-color css
<style>
a { background-color: #085354; }
a { background-color: rgb(8,83,84); }
div.DivClassName
{
background-color: #085354;
}
.BgClassName
{
background-color: #085354;
}
</style>
border-color css
<style>
span { border-color: #085354; }
span { border-color: rgb(8,83,84); }
td.TdClassName
{
border-color: #085354;
}
.TagClassName
{
border-color: #085354;
}
</style>