#89557D

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

Shades of Trendy Pink #89557D

Tints of Trendy Pink #89557D

Color information

#89557D (or 0x89557D) is unknown color: approx Trendy Pink. HEX triplet: 89, 55 and 7D. RGB value is (137,85,125). Sum of RGB (Red+Green+Blue) = 137+85+125=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #89557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89557D is #76AA82. Grayscale: #696969. Windows color (decimal): -7776899 or 8213897. OLE color: 8213897.

HSL color Cylindrical-coordinate representation of color #89557D: hue angle of 313.85º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89557D is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB13785125-
CMYK00.380.090.46
HSL313.85º23.42%43.53%-
HSV(B)313.85º37.96%53.73%-
XYZ17.2713.321.06-
YUV105.11139.23150.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.48%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=39.48%
G=24.50%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378512500.380.090.46313.8523.4243.53
Hex89557D02692E13a172c
Octal21112517504611564722754
Binary10001001101010111111010100110100110111010011101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89557D; }

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

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

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

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

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

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

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

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