#855596

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

Shades of Affair #855596

Tints of Affair #855596

Color information

#855596 (or 0x855596) is unknown color: approx Affair. HEX triplet: 85, 55 and 96. RGB value is (133,85,150). Sum of RGB (Red+Green+Blue) = 133+85+150=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #855596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855596 is #7AAA69. Grayscale: #6A6A6A. Windows color (decimal): -8039018 or 9852293. OLE color: 9852293.

HSL color Cylindrical-coordinate representation of color #855596: hue angle of 284.31º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #855596 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13385150-
CMYK0.110.4300.41
HSL284.31º27.66%46.08%-
HSV(B)284.31º43.33%58.82%-
XYZ18.4313.6930.52-
YUV106.76152.4146.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=36.14%
G=23.10%
B=40.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133851500.110.4300.41284.3127.6646.08
Hex855596B2B02911c1c2e
Octal20512522613530514343456
Binary100001011010101100101101011101011010100110001110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855596; }

 p { color: rgb(133,85,150); }

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

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

 a { background-color: rgb(133,85,150); }

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

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

 span { border-color: rgb(133,85,150); }

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