Html Css Color HEX #85597C Trendy Pink

📋 copy color: '#85597C'

red 133 ◦ green 89 ◦ blue 124

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

Shades of Trendy Pink #85597C

Tints of Trendy Pink #85597C

RGB

 RED value IS 133 (52.34% from 255) = 38.44%

 GREEN value IS 89 (35.16% from 255) = 25.72%

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 38.44%
G = 25.72%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85597C (or 0x85597C) is known color: Trendy Pink. HEX triplet: 85, 59 and 7C. RGB value is (133,89,124). Sum of RGB (Red+Green+Blue) = 133+89+124=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #85597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85597C is #7AA683. Grayscale: #6A6A6A. Windows color (decimal): -8038020 or 8149381. OLE color: 8149381.

HSL color Cylindrical-coordinate representation of color #85597C: hue angle of 312.27º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85597C is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 124 -
CMYK 0 0.33 0.07 0.48
HSL 312.27º 0.2% 0.44% -
HSV(B) 312.27º 0.33% 0.52% -
XYZ 16.88 13.59 20.8 -
YUV 106.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 133 89 124 0 0.33 0.07 0.48 312.27 0.2 0.44
Hex 85 59 7C 0 21 7 30 138 14 2C
Octal 205 131 174 0 41 7 60 470 24 54
Binary 10000101 1011001 1111100 0 100001 111 110000 100111000 10100 101100

Color Harmonies of #85597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85597C

Black with #85597C

Text Example


Text Example

White with #85597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85597C; }

 p { color: rgb(133,89,124); }

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

background-color css

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

 a { background-color: rgb(133,89,124); }

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

border-color css

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

 span { border-color: rgb(133,89,124); }

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