#895592

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

Shades of Trendy Pink #895592

Tints of Trendy Pink #895592

Color information

#895592 (or 0x895592) is unknown color: approx Trendy Pink. HEX triplet: 89, 55 and 92. RGB value is (137,85,146). Sum of RGB (Red+Green+Blue) = 137+85+146=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 146 - color contains mainly: blue. Hex color #895592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895592 is #76AA6D. Grayscale: #6B6B6B. Windows color (decimal): -7776878 or 9590153. OLE color: 9590153.

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

Color convert

RGB13785146-
CMYK0.060.4200.43
HSL291.15º26.41%45.29%-
HSV(B)291.15º41.78%57.25%-
XYZ18.7513.8928.89-
YUV107.5149.73149.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.23%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=37.23%
G=23.10%
B=39.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137851460.060.4200.43291.1526.4145.29
Hex89559262A02B1231a2d
Octal2111252226520534433255
Binary10001001101010110010010110101010010101110010001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895592; }

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

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

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

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

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

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

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

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