Shades of Allports #086588
Tints of Allports #086588
RGB
CMYK
RGB Variations
Color information
#086588 (or 0x086588) is known color: Allports. HEX triplet: 08, 65 and 88. RGB value is (8,101,136). Sum of RGB (Red+Green+Blue) = 8+101+136=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #086588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086588 is #F79A77. Grayscale: #4C4C4C. Windows color (decimal): -16226936 or 8938760. OLE color: 8938760.
HSL color Cylindrical-coordinate representation of color #086588: hue angle of 196.41º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086588 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 101 | 136 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.47 |
| HSL | 196.41º | 0.89% | 0.28% | - |
| HSV(B) | 196.41º | 0.94% | 0.53% | - |
| XYZ | 9.2 | 11.14 | 24.96 | - |
| YUV | 77.18 | 161.19 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 136 | 0.94 | 0.26 | 0 | 0.47 | 196.41 | 0.89 | 0.28 |
| Hex | 8 | 65 | 88 | 5E | 1A | 0 | 2F | C4 | 59 | 1C |
| Octal | 10 | 145 | 210 | 136 | 32 | 0 | 57 | 304 | 131 | 34 |
| Binary | 1000 | 1100101 | 10001000 | 1011110 | 11010 | 0 | 101111 | 11000100 | 1011001 | 11100 |
Color Harmonies of #086588
Complementary color
Monochromatic Colors of #086588
Black with #086588
Text Example
Text Example
White with #086588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086588; }
p { color: rgb(8,101,136); }
H1.HeaderClassName
{
color: #086588;
}
.AnyTagClassName
{
color: #086588;
}
</style>
background-color css
<style>
a { background-color: #086588; }
a { background-color: rgb(8,101,136); }
div.DivClassName
{
background-color: #086588;
}
.BgClassName
{
background-color: #086588;
}
</style>
border-color css
<style>
span { border-color: #086588; }
span { border-color: rgb(8,101,136); }
td.TdClassName
{
border-color: #086588;
}
.TagClassName
{
border-color: #086588;
}
</style>