#856597

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

Shades of Ce Soir #856597

Tints of Ce Soir #856597

Color information

#856597 (or 0x856597) is unknown color: approx Ce Soir. HEX triplet: 85, 65 and 97. RGB value is (133,101,151). Sum of RGB (Red+Green+Blue) = 133+101+151=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 151 - color contains mainly: blue. Hex color #856597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856597 is #7A9A68. Grayscale: #747474. Windows color (decimal): -8034921 or 9921925. OLE color: 9921925.

HSL color Cylindrical-coordinate representation of color #856597: hue angle of 278.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #856597 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB133101151-
CMYK0.120.3300.41
HSL278.4º19.84%49.41%-
HSV(B)278.4º33.11%59.22%-
XYZ19.9116.5331.42-
YUV116.27147.6139.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 151 (59.38% from 255) = 39.22%
R=34.55%
G=26.23%
B=39.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331011510.120.3300.41278.419.8449.41
Hex856597C210291161431
Octal20514522714410514262461
Binary100001011100101100101111100100001010100110001011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856597; }

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

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

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

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

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

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

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

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