#85659C

Color #85659C Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #85659C

Tints of Ce Soir #85659C

Color information

#85659C (or 0x85659C) is unknown color: approx Ce Soir. HEX triplet: 85, 65 and 9C. RGB value is (133,101,156). Sum of RGB (Red+Green+Blue) = 133+101+156=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #85659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85659C is #7A9A63. Grayscale: #747474. Windows color (decimal): -8034916 or 10249605. OLE color: 10249605.

HSL color Cylindrical-coordinate representation of color #85659C: hue angle of 274.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85659C is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133101156-
CMYK0.150.3500.39
HSL274.91º21.74%50.39%-
HSV(B)274.91º35.26%61.18%-
XYZ20.3316.6933.6-
YUV116.84150.1139.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 156 (61.33% from 255) = 40%
R=34.10%
G=25.90%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331011560.150.3500.39274.9121.7450.39
Hex85659CF230271131632
Octal20514523417430474232662
Binary100001011100101100111001111100011010011110001001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85659C; }

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

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

<style>
 a { background-color: #85659C; }

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

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

<style>
 span { border-color: #85659C; }

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

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