Shades of Allports #085F85
Tints of Allports #085F85
RGB
CMYK
RGB Variations
Color information
#085F85 (or 0x085F85) is known color: Allports. HEX triplet: 08, 5F and 85. RGB value is (8,95,133). Sum of RGB (Red+Green+Blue) = 8+95+133=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #085F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085F85 is #F7A07A. Grayscale: #494949. Windows color (decimal): -16228475 or 8740616. OLE color: 8740616.
HSL color Cylindrical-coordinate representation of color #085F85: hue angle of 198.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085F85 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 95 | 133 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.48 |
| HSL | 198.24º | 0.89% | 0.28% | - |
| HSV(B) | 198.24º | 0.94% | 0.52% | - |
| XYZ | 8.43 | 9.93 | 23.66 | - |
| YUV | 73.32 | 161.68 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 133 | 0.94 | 0.29 | 0 | 0.48 | 198.24 | 0.89 | 0.28 |
| Hex | 8 | 5F | 85 | 5E | 1D | 0 | 30 | C6 | 59 | 1C |
| Octal | 10 | 137 | 205 | 136 | 35 | 0 | 60 | 306 | 131 | 34 |
| Binary | 1000 | 1011111 | 10000101 | 1011110 | 11101 | 0 | 110000 | 11000110 | 1011001 | 11100 |
Color Harmonies of #085F85
Complementary color
Monochromatic Colors of #085F85
Black with #085F85
Text Example
Text Example
White with #085F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F85; }
p { color: rgb(8,95,133); }
H1.HeaderClassName
{
color: #085F85;
}
.AnyTagClassName
{
color: #085F85;
}
</style>
background-color css
<style>
a { background-color: #085F85; }
a { background-color: rgb(8,95,133); }
div.DivClassName
{
background-color: #085F85;
}
.BgClassName
{
background-color: #085F85;
}
</style>
border-color css
<style>
span { border-color: #085F85; }
span { border-color: rgb(8,95,133); }
td.TdClassName
{
border-color: #085F85;
}
.TagClassName
{
border-color: #085F85;
}
</style>