Html Css Color HEX #885590 Trendy Pink

📋 copy color: '#885590'

red 136 ◦ green 85 ◦ blue 144

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

Shades of Trendy Pink #885590

Tints of Trendy Pink #885590

RGB

 RED value IS 136 (53.52% from 255) = 37.26%

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

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

R = 37.26%
G = 23.29%
B = 39.45%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#885590 (or 0x885590) is known color: Trendy Pink. HEX triplet: 88, 55 and 90. RGB value is (136,85,144). Sum of RGB (Red+Green+Blue) = 136+85+144=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #885590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885590 is #77AA6F. Grayscale: #6A6A6A. Windows color (decimal): -7842416 or 9459080. OLE color: 9459080.

HSL color Cylindrical-coordinate representation of color #885590: hue angle of 291.86º 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 #885590 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 85 144 -
CMYK 0.06 0.41 0 0.44
HSL 291.86º 0.26% 0.45% -
HSV(B) 291.86º 0.41% 0.56% -
XYZ 18.44 13.74 28.07 -
YUV 106.98 148.9 148.7 -
System Red Green Blue C M Y K H S L
Decimal 136 85 144 0.06 0.41 0 0.44 291.86 0.26 0.45
Hex 88 55 90 6 29 0 2C 124 1A 2D
Octal 210 125 220 6 51 0 54 444 32 55
Binary 10001000 1010101 10010000 110 101001 0 101100 100100100 11010 101101

Color Harmonies of #885590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885590

Black with #885590

Text Example


Text Example

White with #885590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885590; }

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

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

background-color css

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

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

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

border-color css

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

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

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