Html Css Color HEX #85587A Trendy Pink

📋 copy color: '#85587A'

red 133 ◦ green 88 ◦ blue 122

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

Shades of Trendy Pink #85587A

Tints of Trendy Pink #85587A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.57%

R = 38.78%
G = 25.66%
B = 35.57%

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

#85587A (or 0x85587A) is known color: Trendy Pink. HEX triplet: 85, 58 and 7A. RGB value is (133,88,122). Sum of RGB (Red+Green+Blue) = 133+88+122=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #85587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85587A is #7AA785. Grayscale: #696969. Windows color (decimal): -8038278 or 8018053. OLE color: 8018053.

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

Color convert

RGB 133 88 122 -
CMYK 0 0.34 0.08 0.48
HSL 314.67º 0.2% 0.43% -
HSV(B) 314.67º 0.34% 0.52% -
XYZ 16.68 13.37 20.11 -
YUV 105.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 133 88 122 0 0.34 0.08 0.48 314.67 0.2 0.43
Hex 85 58 7A 0 22 8 30 13B 14 2B
Octal 205 130 172 0 42 10 60 473 24 53
Binary 10000101 1011000 1111010 0 100010 1000 110000 100111011 10100 101011

Color Harmonies of #85587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85587A

Black with #85587A

Text Example


Text Example

White with #85587A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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