#859CCD

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

Shades of Polo Blue #859CCD

Tints of Polo Blue #859CCD

Color information

#859CCD (or 0x859CCD) is unknown color: approx Polo Blue. HEX triplet: 85, 9C and CD. RGB value is (133,156,205). Sum of RGB (Red+Green+Blue) = 133+156+205=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #859CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CCD is #7A6332. Grayscale: #9A9A9A. Windows color (decimal): -8020787 or 13474949. OLE color: 13474949.

HSL color Cylindrical-coordinate representation of color #859CCD: hue angle of 220.83º 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 #859CCD is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133156205-
CMYK0.350.2400.20
HSL220.83º41.86%66.27%-
HSV(B)220.83º35.12%80.39%-
XYZ32.5833.1762.44-
YUV154.71156.38112.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.92%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=26.92%
G=31.58%
B=41.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331562050.350.2400.20220.8341.8666.27
Hex859CCD2318014dd2a42
Octal205234315433002433552102
Binary10000101100111001100110110001111000010100110111011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859CCD; }

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

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

<style>
 a { background-color: #859CCD; }

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

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

<style>
 span { border-color: #859CCD; }

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

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