#885595

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

Shades of Affair #885595

Tints of Affair #885595

Color information

#885595 (or 0x885595) is unknown color: approx Affair. HEX triplet: 88, 55 and 95. RGB value is (136,85,149). Sum of RGB (Red+Green+Blue) = 136+85+149=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #885595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885595 is #77AA6A. Grayscale: #6B6B6B. Windows color (decimal): -7842411 or 9786760. OLE color: 9786760.

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

Color convert

RGB13685149-
CMYK0.090.4300.42
HSL287.81º27.35%45.88%-
HSV(B)287.81º42.95%58.43%-
XYZ18.8313.930.12-
YUV107.54151.4148.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=36.76%
G=22.97%
B=40.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136851490.090.4300.42287.8127.3545.88
Hex88559592B02A1201b2e
Octal21012522511530524403356
Binary100010001010101100101011001101011010101010010000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885595; }

 p { color: rgb(136,85,149); }

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

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

 a { background-color: rgb(136,85,149); }

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

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

 span { border-color: rgb(136,85,149); }

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