Html Css Color HEX #85557D Trendy Pink

📋 copy color: '#85557D'

red 133 ◦ green 85 ◦ blue 125

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

Shades of Trendy Pink #85557D

Tints of Trendy Pink #85557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

 BLUE value IS 125 (49.22% from 255) = 36.44%

R = 38.78%
G = 24.78%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85557D (or 0x85557D) is known color: Trendy Pink. HEX triplet: 85, 55 and 7D. RGB value is (133,85,125). Sum of RGB (Red+Green+Blue) = 133+85+125=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #85557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85557D is #7AAA82. Grayscale: #676767. Windows color (decimal): -8039043 or 8213893. OLE color: 8213893.

HSL color Cylindrical-coordinate representation of color #85557D: hue angle of 310º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85557D is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 125 -
CMYK 0 0.36 0.06 0.48
HSL 310º 0.22% 0.43% -
HSV(B) 310º 0.36% 0.52% -
XYZ 16.62 12.96 21.03 -
YUV 103.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 133 85 125 0 0.36 0.06 0.48 310 0.22 0.43
Hex 85 55 7D 0 24 6 30 136 16 2B
Octal 205 125 175 0 44 6 60 466 26 53
Binary 10000101 1010101 1111101 0 100100 110 110000 100110110 10110 101011

Color Harmonies of #85557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85557D

Black with #85557D

Text Example


Text Example

White with #85557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85557D; }

 p { color: rgb(133,85,125); }

 H1.HeaderClassName
 {
   color: #85557D;
 }
 .AnyTagClassName
 {
   color: #85557D;
 }
</style>

background-color css

<style>
 a { background-color: #85557D; }

 a { background-color: rgb(133,85,125); }

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

border-color css

<style>
 span { border-color: #85557D; }

 span { border-color: rgb(133,85,125); }

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