#857088

Color #857088 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #857088

Tints of Trendy Pink #857088

Color information

#857088 (or 0x857088) is unknown color: approx 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

RGB133112136-
CMYK0.020.1800.47
HSL292.5º9.68%48.63%-
HSV(B)292.5º17.65%53.33%-
XYZ19.9118.3525.79-
YUV121.02136.46136.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 136 (53.52% from 255) = 35.70%
R=34.91%
G=29.40%
B=35.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331121360.020.1800.47292.59.6848.63
Hex85708821202F125a31
Octal2051602102220574451261
Binary10000101111000010001000101001001011111001001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>