#859DC6

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

Shades of Polo Blue #859DC6

Tints of Polo Blue #859DC6

Color information

#859DC6 (or 0x859DC6) is unknown color: approx Polo Blue. HEX triplet: 85, 9D and C6. RGB value is (133,157,198). Sum of RGB (Red+Green+Blue) = 133+157+198=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #859DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DC6 is #7A6239. Grayscale: #9A9A9A. Windows color (decimal): -8020538 or 13016453. OLE color: 13016453.

HSL color Cylindrical-coordinate representation of color #859DC6: hue angle of 217.85º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #859DC6 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB133157198-
CMYK0.330.2100.22
HSL217.85º36.31%64.9%-
HSV(B)217.85º32.83%77.65%-
XYZ31.9233.1858.15-
YUV154.5152.55112.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.25%
GREEN value IS 157 (61.72% from 255) = 32.17%
BLUE value IS 198 (77.73% from 255) = 40.57%
R=27.25%
G=32.17%
B=40.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1331571980.330.2100.22217.8536.3164.9
Hex859DC62115016da2441
Octal205235306412502633244101
Binary10000101100111011100011010000110101010110110110101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,157,198); }

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

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

 a { background-color: rgb(133,157,198); }

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

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

 span { border-color: rgb(133,157,198); }

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