Html Css Color HEX #85587B Trendy Pink

📋 copy color: '#85587B'

red 133 ◦ green 88 ◦ blue 123

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

Shades of Trendy Pink #85587B

Tints of Trendy Pink #85587B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.58%

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

R = 38.66%
G = 25.58%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85587B (or 0x85587B) is known color: Trendy Pink. HEX triplet: 85, 58 and 7B. RGB value is (133,88,123). Sum of RGB (Red+Green+Blue) = 133+88+123=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #85587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85587B is #7AA784. Grayscale: #696969. Windows color (decimal): -8038277 or 8083589. OLE color: 8083589.

HSL color Cylindrical-coordinate representation of color #85587B: hue angle of 313.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85587B is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 123 -
CMYK 0 0.34 0.08 0.48
HSL 313.33º 0.2% 0.43% -
HSV(B) 313.33º 0.34% 0.52% -
XYZ 16.74 13.4 20.44 -
YUV 105.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 133 88 123 0 0.34 0.08 0.48 313.33 0.2 0.43
Hex 85 58 7B 0 22 8 30 139 14 2B
Octal 205 130 173 0 42 10 60 471 24 53
Binary 10000101 1011000 1111011 0 100010 1000 110000 100111001 10100 101011

Color Harmonies of #85587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85587B

Black with #85587B

Text Example


Text Example

White with #85587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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