Html Css Color HEX #85577C Trendy Pink

📋 copy color: '#85577C'

red 133 ◦ green 87 ◦ blue 124

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

Shades of Trendy Pink #85577C

Tints of Trendy Pink #85577C

RGB

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

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

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

R = 38.66%
G = 25.29%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85577C (or 0x85577C) is known color: Trendy Pink. HEX triplet: 85, 57 and 7C. RGB value is (133,87,124). Sum of RGB (Red+Green+Blue) = 133+87+124=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #85577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85577C is #7AA883. Grayscale: #686868. Windows color (decimal): -8038532 or 8148869. OLE color: 8148869.

HSL color Cylindrical-coordinate representation of color #85577C: hue angle of 311.74º 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 #85577C is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 124 -
CMYK 0 0.35 0.07 0.48
HSL 311.74º 0.21% 0.43% -
HSV(B) 311.74º 0.35% 0.52% -
XYZ 16.72 13.26 20.75 -
YUV 104.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 133 87 124 0 0.35 0.07 0.48 311.74 0.21 0.43
Hex 85 57 7C 0 23 7 30 138 15 2B
Octal 205 127 174 0 43 7 60 470 25 53
Binary 10000101 1010111 1111100 0 100011 111 110000 100111000 10101 101011

Color Harmonies of #85577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85577C

Black with #85577C

Text Example


Text Example

White with #85577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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