#85A0CD

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

Shades of Polo Blue #85A0CD

Tints of Polo Blue #85A0CD

Color information

#85A0CD (or 0x85A0CD) is unknown color: approx Polo Blue. HEX triplet: 85, A0 and CD. RGB value is (133,160,205). Sum of RGB (Red+Green+Blue) = 133+160+205=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #85A0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A0CD is #7A5F32. Grayscale: #9C9C9C. Windows color (decimal): -8019763 or 13475973. OLE color: 13475973.

HSL color Cylindrical-coordinate representation of color #85A0CD: hue angle of 217.5º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85A0CD is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133160205-
CMYK0.350.2200.20
HSL217.5º41.86%66.27%-
HSV(B)217.5º35.12%80.39%-
XYZ33.2634.5462.67-
YUV157.06155.05110.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.71%
GREEN value IS 160 (62.89% from 255) = 32.13%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=26.71%
G=32.13%
B=41.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331602050.350.2200.20217.541.8666.27
Hex85A0CD2316014da2a42
Octal205240315432602433252102
Binary10000101101000001100110110001110110010100110110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A0CD; }

 p { color: rgb(133,160,205); }

 H1.HeaderClassName
 {
   color: #85A0CD;
 }
 .AnyTagClassName
 {
   color: #85A0CD;
 }
</style>
background-color css

<style>
 a { background-color: #85A0CD; }

 a { background-color: rgb(133,160,205); }

 div.DivClassName
 {
   background-color: #85A0CD;
 }
 .BgClassName
 {
   background-color: #85A0CD;
 }
</style>
border-color css

<style>
 span { border-color: #85A0CD; }

 span { border-color: rgb(133,160,205); }

 td.TdClassName
 {
   border-color: #85A0CD;
 }
 .TagClassName
 {
   border-color: #85A0CD;
 }
</style>