Html Css Color HEX #895585 Trendy Pink

📋 copy color: '#895585'

red 137 ◦ green 85 ◦ blue 133

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

Shades of Trendy Pink #895585

Tints of Trendy Pink #895585

RGB

 RED value IS 137 (53.91% from 255) = 38.59%

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

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 38.59%
G = 23.94%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#895585 (or 0x895585) is known color: Trendy Pink. HEX triplet: 89, 55 and 85. RGB value is (137,85,133). Sum of RGB (Red+Green+Blue) = 137+85+133=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #895585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895585 is #76AA7A. Grayscale: #696969. Windows color (decimal): -7776891 or 8738185. OLE color: 8738185.

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

Color convert

RGB 137 85 133 -
CMYK 0 0.38 0.03 0.46
HSL 304.62º 0.23% 0.44% -
HSV(B) 304.62º 0.38% 0.54% -
XYZ 17.8 13.51 23.86 -
YUV 106.02 143.23 150.1 -
System Red Green Blue C M Y K H S L
Decimal 137 85 133 0 0.38 0.03 0.46 304.62 0.23 0.44
Hex 89 55 85 0 26 3 2E 131 17 2C
Octal 211 125 205 0 46 3 56 461 27 54
Binary 10001001 1010101 10000101 0 100110 11 101110 100110001 10111 101100

Color Harmonies of #895585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895585

Black with #895585

Text Example


Text Example

White with #895585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895585; }

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

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

background-color css

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

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

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

border-color css

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

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

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