Html Css Color HEX #85597A Trendy Pink

📋 copy color: '#85597A'

red 133 ◦ green 89 ◦ blue 122

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

Shades of Trendy Pink #85597A

Tints of Trendy Pink #85597A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 38.66%
G = 25.87%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85597A (or 0x85597A) is known color: Trendy Pink. HEX triplet: 85, 59 and 7A. RGB value is (133,89,122). Sum of RGB (Red+Green+Blue) = 133+89+122=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #85597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85597A is #7AA685. Grayscale: #696969. Windows color (decimal): -8038022 or 8018309. OLE color: 8018309.

HSL color Cylindrical-coordinate representation of color #85597A: hue angle of 315º 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 #85597A is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 122 -
CMYK 0 0.33 0.08 0.48
HSL 315º 0.2% 0.44% -
HSV(B) 315º 0.33% 0.52% -
XYZ 16.76 13.54 20.14 -
YUV 105.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 133 89 122 0 0.33 0.08 0.48 315 0.2 0.44
Hex 85 59 7A 0 21 8 30 13B 14 2C
Octal 205 131 172 0 41 10 60 473 24 54
Binary 10000101 1011001 1111010 0 100001 1000 110000 100111011 10100 101100

Color Harmonies of #85597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85597A

Black with #85597A

Text Example


Text Example

White with #85597A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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