#855592

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

Shades of Affair #855592

Tints of Affair #855592

Color information

#855592 (or 0x855592) is unknown color: approx Affair. HEX triplet: 85, 55 and 92. RGB value is (133,85,146). Sum of RGB (Red+Green+Blue) = 133+85+146=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #855592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855592 is #7AAA6D. Grayscale: #6A6A6A. Windows color (decimal): -8039022 or 9590149. OLE color: 9590149.

HSL color Cylindrical-coordinate representation of color #855592: hue angle of 287.21º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #855592 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13385146-
CMYK0.090.4200.43
HSL287.21º26.41%45.29%-
HSV(B)287.21º41.78%57.25%-
XYZ18.1113.5628.86-
YUV106.31150.4147.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=36.54%
G=23.35%
B=40.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133851460.090.4200.43287.2126.4145.29
Hex85559292A02B11f1a2d
Octal20512522211520534373255
Binary100001011010101100100101001101010010101110001111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855592; }

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

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

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

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

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

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

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

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