Html Css Color HEX #85577E Trendy Pink

📋 copy color: '#85577E'

red 133 ◦ green 87 ◦ blue 126

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

Shades of Trendy Pink #85577E

Tints of Trendy Pink #85577E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.14%

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 38.44%
G = 25.14%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85577E (or 0x85577E) is known color: Trendy Pink. HEX triplet: 85, 57 and 7E. RGB value is (133,87,126). Sum of RGB (Red+Green+Blue) = 133+87+126=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #85577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85577E is #7AA881. Grayscale: #696969. Windows color (decimal): -8038530 or 8279941. OLE color: 8279941.

HSL color Cylindrical-coordinate representation of color #85577E: hue angle of 309.13º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85577E is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 126 -
CMYK 0 0.35 0.05 0.48
HSL 309.13º 0.21% 0.43% -
HSV(B) 309.13º 0.35% 0.52% -
XYZ 16.85 13.31 21.42 -
YUV 105.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 133 87 126 0 0.35 0.05 0.48 309.13 0.21 0.43
Hex 85 57 7E 0 23 5 30 135 15 2B
Octal 205 127 176 0 43 5 60 465 25 53
Binary 10000101 1010111 1111110 0 100011 101 110000 100110101 10101 101011

Color Harmonies of #85577E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85577E

Black with #85577E

Text Example


Text Example

White with #85577E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85577E; }

 p { color: rgb(133,87,126); }

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

background-color css

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

 a { background-color: rgb(133,87,126); }

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

border-color css

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

 span { border-color: rgb(133,87,126); }

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