#855792

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

Shades of Affair #855792

Tints of Affair #855792

Color information

#855792 (or 0x855792) is unknown color: approx Affair. HEX triplet: 85, 57 and 92. RGB value is (133,87,146). Sum of RGB (Red+Green+Blue) = 133+87+146=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #855792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855792 is #7AA86D. Grayscale: #6B6B6B. Windows color (decimal): -8038510 or 9590661. OLE color: 9590661.

HSL color Cylindrical-coordinate representation of color #855792: hue angle of 286.78º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855792 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13387146-
CMYK0.090.4000.43
HSL286.78º25.32%45.69%-
HSV(B)286.78º40.41%57.25%-
XYZ18.2713.8828.91-
YUV107.48149.74146.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=36.34%
G=23.77%
B=39.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133871460.090.4000.43286.7825.3245.69
Hex85579292802B11f192e
Octal20512722211500534373156
Binary100001011010111100100101001101000010101110001111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855792; }

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

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

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

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

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

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

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

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