Shades of Sherpa Blue #085358
Tints of Sherpa Blue #085358
RGB
CMYK
RGB Variations
Color information
#085358 (or 0x085358) is known color: Sherpa Blue. HEX triplet: 08, 53 and 58. RGB value is (8,83,88). Sum of RGB (Red+Green+Blue) = 8+83+88=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #085358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085358 is #F7ACA7. Grayscale: #3D3D3D. Windows color (decimal): -16231592 or 5788424. OLE color: 5788424.
HSL color Cylindrical-coordinate representation of color #085358: hue angle of 183.75º 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 #085358 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 83 | 88 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.65 |
| HSL | 183.75º | 0.83% | 0.19% | - |
| HSV(B) | 183.75º | 0.91% | 0.35% | - |
| XYZ | 4.95 | 6.94 | 10.31 | - |
| YUV | 61.15 | 143.15 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 88 | 0.91 | 0.06 | 0 | 0.65 | 183.75 | 0.83 | 0.19 |
| Hex | 8 | 53 | 58 | 5B | 6 | 0 | 41 | B8 | 53 | 13 |
| Octal | 10 | 123 | 130 | 133 | 6 | 0 | 101 | 270 | 123 | 23 |
| Binary | 1000 | 1010011 | 1011000 | 1011011 | 110 | 0 | 1000001 | 10111000 | 1010011 | 10011 |
Color Harmonies of #085358
Complementary color
Monochromatic Colors of #085358
Black with #085358
Text Example
Text Example
White with #085358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085358; }
p { color: rgb(8,83,88); }
H1.HeaderClassName
{
color: #085358;
}
.AnyTagClassName
{
color: #085358;
}
</style>
background-color css
<style>
a { background-color: #085358; }
a { background-color: rgb(8,83,88); }
div.DivClassName
{
background-color: #085358;
}
.BgClassName
{
background-color: #085358;
}
</style>
border-color css
<style>
span { border-color: #085358; }
span { border-color: rgb(8,83,88); }
td.TdClassName
{
border-color: #085358;
}
.TagClassName
{
border-color: #085358;
}
</style>