Shades of Sherpa Blue #085352
Tints of Sherpa Blue #085352
RGB
CMYK
RGB Variations
Color information
#085352 (or 0x085352) is known color: Sherpa Blue. HEX triplet: 08, 53 and 52. RGB value is (8,83,82). Sum of RGB (Red+Green+Blue) = 8+83+82=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #085352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085352 is #F7ACAD. Grayscale: #3C3C3C. Windows color (decimal): -16231598 or 5395208. OLE color: 5395208.
HSL color Cylindrical-coordinate representation of color #085352: hue angle of 179.2º 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 #085352 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 82 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.67 |
| HSL | 179.2º | 0.82% | 0.18% | - |
| HSV(B) | 179.2º | 0.9% | 0.33% | - |
| XYZ | 4.72 | 6.85 | 9.06 | - |
| YUV | 60.46 | 140.15 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 82 | 0.90 | 0 | 0.01 | 0.67 | 179.2 | 0.82 | 0.18 |
| Hex | 8 | 53 | 52 | 5A | 0 | 1 | 43 | B3 | 52 | 12 |
| Octal | 10 | 123 | 122 | 132 | 0 | 1 | 103 | 263 | 122 | 22 |
| Binary | 1000 | 1010011 | 1010010 | 1011010 | 0 | 1 | 1000011 | 10110011 | 1010010 | 10010 |
Color Harmonies of #085352
Complementary color
Monochromatic Colors of #085352
Black with #085352
Text Example
Text Example
White with #085352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085352; }
p { color: rgb(8,83,82); }
H1.HeaderClassName
{
color: #085352;
}
.AnyTagClassName
{
color: #085352;
}
</style>
background-color css
<style>
a { background-color: #085352; }
a { background-color: rgb(8,83,82); }
div.DivClassName
{
background-color: #085352;
}
.BgClassName
{
background-color: #085352;
}
</style>
border-color css
<style>
span { border-color: #085352; }
span { border-color: rgb(8,83,82); }
td.TdClassName
{
border-color: #085352;
}
.TagClassName
{
border-color: #085352;
}
</style>