Html Css Color HEX #85598B Trendy Pink

📋 copy color: '#85598B'

red 133 ◦ green 89 ◦ blue 139

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

Shades of Trendy Pink #85598B

Tints of Trendy Pink #85598B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.65%

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 36.84%
G = 24.65%
B = 38.5%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85598B (or 0x85598B) is known color: Trendy Pink. HEX triplet: 85, 59 and 8B. RGB value is (133,89,139). Sum of RGB (Red+Green+Blue) = 133+89+139=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #85598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85598B is #7AA674. Grayscale: #6B6B6B. Windows color (decimal): -8038005 or 9132421. OLE color: 9132421.

HSL color Cylindrical-coordinate representation of color #85598B: hue angle of 292.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85598B is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 89 139 -
CMYK 0.04 0.36 0 0.45
HSL 292.8º 0.22% 0.45% -
HSV(B) 292.8º 0.36% 0.55% -
XYZ 17.91 14 26.18 -
YUV 107.86 145.58 145.93 -
System Red Green Blue C M Y K H S L
Decimal 133 89 139 0.04 0.36 0 0.45 292.8 0.22 0.45
Hex 85 59 8B 4 24 0 2D 125 16 2D
Octal 205 131 213 4 44 0 55 445 26 55
Binary 10000101 1011001 10001011 100 100100 0 101101 100100101 10110 101101

Color Harmonies of #85598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85598B

Black with #85598B

Text Example


Text Example

White with #85598B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,89,139); }

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

background-color css

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

 a { background-color: rgb(133,89,139); }

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

border-color css

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

 span { border-color: rgb(133,89,139); }

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