#855589

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

Shades of Trendy Pink #855589

Tints of Trendy Pink #855589

Color information

#855589 (or 0x855589) is unknown color: approx Trendy Pink. HEX triplet: 85, 55 and 89. RGB value is (133,85,137). Sum of RGB (Red+Green+Blue) = 133+85+137=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #855589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855589 is #7AAA76. Grayscale: #696969. Windows color (decimal): -8039031 or 9000325. OLE color: 9000325.

HSL color Cylindrical-coordinate representation of color #855589: hue angle of 295.38º 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 #855589 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13385137-
CMYK0.030.3800.46
HSL295.38º23.42%43.53%-
HSV(B)295.38º37.96%53.73%-
XYZ17.4413.2925.31-
YUV105.28145.9147.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 137 (53.91% from 255) = 38.59%
R=37.46%
G=23.94%
B=38.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133851370.030.3800.46295.3823.4243.53
Hex85558932602E127172c
Octal2051252113460564472754
Binary1000010110101011000100111100110010111010010011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855589; }

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

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

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

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

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

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

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

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