Html Css Color HEX #857088 Trendy Pink

📋 copy color: '#857088'

red 133 ◦ green 112 ◦ blue 136

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

Shades of Trendy Pink #857088

Tints of Trendy Pink #857088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.7%

R = 34.91%
G = 29.4%
B = 35.7%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#857088 (or 0x857088) is known color: Trendy Pink. HEX triplet: 85, 70 and 88. RGB value is (133,112,136). Sum of RGB (Red+Green+Blue) = 133+112+136=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 136 - color contains mainly: blue. Hex color #857088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857088 is #7A8F77. Grayscale: #787878. Windows color (decimal): -8032120 or 8941701. OLE color: 8941701.

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

Color convert

RGB 133 112 136 -
CMYK 0.02 0.18 0 0.47
HSL 292.5º 0.1% 0.49% -
HSV(B) 292.5º 0.18% 0.53% -
XYZ 19.91 18.35 25.79 -
YUV 121.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 133 112 136 0.02 0.18 0 0.47 292.5 0.1 0.49
Hex 85 70 88 2 12 0 2F 124 A 31
Octal 205 160 210 2 22 0 57 444 12 61
Binary 10000101 1110000 10001000 10 10010 0 101111 100100100 1010 110001

Color Harmonies of #857088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857088

Black with #857088

Text Example


Text Example

White with #857088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857088; }

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

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

background-color css

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

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

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

border-color css

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

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

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