Html Css Color HEX #857089 Trendy Pink

📋 copy color: '#857089'

red 133 ◦ green 112 ◦ blue 137

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

Shades of Trendy Pink #857089

Tints of Trendy Pink #857089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.32%

 BLUE value IS 137 (53.91% from 255) = 35.86%

R = 34.82%
G = 29.32%
B = 35.86%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#857089 (or 0x857089) is known color: Trendy Pink. HEX triplet: 85, 70 and 89. RGB value is (133,112,137). Sum of RGB (Red+Green+Blue) = 133+112+137=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 137 - color contains mainly: blue. Hex color #857089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857089 is #7A8F76. Grayscale: #797979. Windows color (decimal): -8032119 or 9007237. OLE color: 9007237.

HSL color Cylindrical-coordinate representation of color #857089: hue angle of 290.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #857089 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 112 137 -
CMYK 0.03 0.18 0 0.46
HSL 290.4º 0.1% 0.49% -
HSV(B) 290.4º 0.18% 0.54% -
XYZ 19.98 18.38 26.16 -
YUV 121.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 133 112 137 0.03 0.18 0 0.46 290.4 0.1 0.49
Hex 85 70 89 3 12 0 2E 122 A 31
Octal 205 160 211 3 22 0 56 442 12 61
Binary 10000101 1110000 10001001 11 10010 0 101110 100100010 1010 110001

Color Harmonies of #857089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857089

Black with #857089

Text Example


Text Example

White with #857089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857089; }

 p { color: rgb(133,112,137); }

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

background-color css

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

 a { background-color: rgb(133,112,137); }

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

border-color css

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

 span { border-color: rgb(133,112,137); }

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