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