#856090

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

Shades of Trendy Pink #856090

Tints of Trendy Pink #856090

Color information

#856090 (or 0x856090) is unknown color: approx Trendy Pink. HEX triplet: 85, 60 and 90. RGB value is (133,96,144). Sum of RGB (Red+Green+Blue) = 133+96+144=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #856090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856090 is #7A9F6F. Grayscale: #707070. Windows color (decimal): -8036208 or 9461893. OLE color: 9461893.

HSL color Cylindrical-coordinate representation of color #856090: hue angle of 286.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #856090 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13396144-
CMYK0.080.3300.44
HSL286.25º20%47.06%-
HSV(B)286.25º33.33%56.47%-
XYZ18.8915.3728.36-
YUV112.54145.76142.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.66%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 144 (56.64% from 255) = 38.61%
R=35.66%
G=25.74%
B=38.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133961440.080.3300.44286.252047.06
Hex85609082102C11e142f
Octal20514022010410544362457
Binary100001011100000100100001000100001010110010001111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856090; }

 p { color: rgb(133,96,144); }

 H1.HeaderClassName
 {
   color: #856090;
 }
 .AnyTagClassName
 {
   color: #856090;
 }
</style>
background-color css

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

 a { background-color: rgb(133,96,144); }

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

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

 span { border-color: rgb(133,96,144); }

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