Html Css Color HEX #855590 Affair

📋 copy color: '#855590'

red 133 ◦ green 85 ◦ blue 144

#855590
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #855590

Tints of Affair #855590

RGB

 RED value IS 133 (52.34% from 255) = 36.74%

 GREEN value IS 85 (33.59% from 255) = 23.48%

 BLUE value IS 144 (56.64% from 255) = 39.78%

R = 36.74%
G = 23.48%
B = 39.78%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#855590 (or 0x855590) is known color: Affair. HEX triplet: 85, 55 and 90. RGB value is (133,85,144). Sum of RGB (Red+Green+Blue) = 133+85+144=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 144 - color contains mainly: blue. Hex color #855590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855590 is #7AAA6F. Grayscale: #696969. Windows color (decimal): -8039024 or 9459077. OLE color: 9459077.

HSL color Cylindrical-coordinate representation of color #855590: hue angle of 288.81º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #855590 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 85 144 -
CMYK 0.08 0.41 0 0.44
HSL 288.81º 0.26% 0.45% -
HSV(B) 288.81º 0.41% 0.56% -
XYZ 17.96 13.5 28.04 -
YUV 106.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 133 85 144 0.08 0.41 0 0.44 288.81 0.26 0.45
Hex 85 55 90 8 29 0 2C 121 1A 2D
Octal 205 125 220 10 51 0 54 441 32 55
Binary 10000101 1010101 10010000 1000 101001 0 101100 100100001 11010 101101

Color Harmonies of #855590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855590

Black with #855590

Text Example


Text Example

White with #855590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855590; }

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

 H1.HeaderClassName
 {
   color: #855590;
 }
 .AnyTagClassName
 {
   color: #855590;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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