#85A5CB

Color #85A5CB Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #85A5CB

Tints of Polo Blue #85A5CB

Color information

#85A5CB (or 0x85A5CB) is unknown color: approx 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

RGB133165203-
CMYK0.340.1900.20
HSL212.57º40.23%65.88%-
HSV(B)212.57º34.48%79.61%-
XYZ33.9136.2161.7-
YUV159.76152.4108.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 26.55%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=26.55%
G=32.93%
B=40.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331652030.340.1900.20212.5740.2365.88
Hex85A5CB2213014d52842
Octal205245313422302432550102
Binary10000101101001011100101110001010011010100110101011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>