Html Css Color HEX #85597B Trendy Pink

📋 copy color: '#85597B'

red 133 ◦ green 89 ◦ blue 123

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

Shades of Trendy Pink #85597B

Tints of Trendy Pink #85597B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 38.55%
G = 25.8%
B = 35.65%

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

#85597B (or 0x85597B) is known color: Trendy Pink. HEX triplet: 85, 59 and 7B. RGB value is (133,89,123). Sum of RGB (Red+Green+Blue) = 133+89+123=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #85597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85597B is #7AA684. Grayscale: #696969. Windows color (decimal): -8038021 or 8083845. OLE color: 8083845.

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

Color convert

RGB 133 89 123 -
CMYK 0 0.33 0.08 0.48
HSL 313.64º 0.2% 0.44% -
HSV(B) 313.64º 0.33% 0.52% -
XYZ 16.82 13.56 20.47 -
YUV 106.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 133 89 123 0 0.33 0.08 0.48 313.64 0.2 0.44
Hex 85 59 7B 0 21 8 30 13A 14 2C
Octal 205 131 173 0 41 10 60 472 24 54
Binary 10000101 1011001 1111011 0 100001 1000 110000 100111010 10100 101100

Color Harmonies of #85597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85597B

Black with #85597B

Text Example


Text Example

White with #85597B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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