#89A5C0

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

Shades of Polo Blue #89A5C0

Tints of Polo Blue #89A5C0

Color information

#89A5C0 (or 0x89A5C0) is unknown color: approx Polo Blue. HEX triplet: 89, A5 and C0. RGB value is (137,165,192). Sum of RGB (Red+Green+Blue) = 137+165+192=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #89A5C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A5C0 is #765A3F. Grayscale: #9F9F9F. Windows color (decimal): -7756352 or 12625289. OLE color: 12625289.

HSL color Cylindrical-coordinate representation of color #89A5C0: hue angle of 209.45º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89A5C0 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137165192-
CMYK0.290.1400.25
HSL209.45º30.39%64.51%-
HSV(B)209.45º28.65%75.29%-
XYZ33.2936.0355.07-
YUV159.71146.22111.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.73%
GREEN value IS 165 (64.84% from 255) = 33.40%
BLUE value IS 192 (75.39% from 255) = 38.87%
R=27.73%
G=33.40%
B=38.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371651920.290.1400.25209.4530.3964.51
Hex89A5C01DE019d11e41
Octal211245300351603132136101
Binary10001001101001011100000011101111001100111010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A5C0; }

 p { color: rgb(137,165,192); }

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

<style>
 a { background-color: #89A5C0; }

 a { background-color: rgb(137,165,192); }

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

<style>
 span { border-color: #89A5C0; }

 span { border-color: rgb(137,165,192); }

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