Shades of Polo Blue #85A5CB
Tints of Polo Blue #85A5CB
RGB
CMYK
RGB Variations
Color information
#85A5CB (or 0x85A5CB) is known color: Polo Blue. HEX triplet: 85, A5 and CB. RGB value is (133,165,203). Sum of RGB (Red+Green+Blue) = 133+165+203=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #85A5CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A5CB is #7A5A34. Grayscale: #9F9F9F. Windows color (decimal): -8018485 or 13346181. OLE color: 13346181.
HSL color Cylindrical-coordinate representation of color #85A5CB: hue angle of 212.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85A5CB is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 165 | 203 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.20 |
| HSL | 212.57º | 0.4% | 0.66% | - |
| HSV(B) | 212.57º | 0.34% | 0.8% | - |
| XYZ | 33.91 | 36.21 | 61.7 | - |
| YUV | 159.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 203 | 0.34 | 0.19 | 0 | 0.20 | 212.57 | 0.4 | 0.66 |
| Hex | 85 | A5 | CB | 22 | 13 | 0 | 14 | D5 | 28 | 42 |
| Octal | 205 | 245 | 313 | 42 | 23 | 0 | 24 | 325 | 50 | 102 |
| Binary | 10000101 | 10100101 | 11001011 | 100010 | 10011 | 0 | 10100 | 11010101 | 101000 | 1000010 |
Color Harmonies of #85A5CB
Complementary color
Monochromatic Colors of #85A5CB
Black with #85A5CB
Text Example
Text Example
White with #85A5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A5CB; }
p { color: rgb(133,165,203); }
H1.HeaderClassName
{
color: #85A5CB;
}
.AnyTagClassName
{
color: #85A5CB;
}
</style>
background-color css
<style>
a { background-color: #85A5CB; }
a { background-color: rgb(133,165,203); }
div.DivClassName
{
background-color: #85A5CB;
}
.BgClassName
{
background-color: #85A5CB;
}
</style>
border-color css
<style>
span { border-color: #85A5CB; }
span { border-color: rgb(133,165,203); }
td.TdClassName
{
border-color: #85A5CB;
}
.TagClassName
{
border-color: #85A5CB;
}
</style>