#85607E

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

Shades of Trendy Pink #85607E

Tints of Trendy Pink #85607E

Color information

#85607E (or 0x85607E) is unknown color: approx Trendy Pink. HEX triplet: 85, 60 and 7E. RGB value is (133,96,126). Sum of RGB (Red+Green+Blue) = 133+96+126=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85607E is #7A9F81. Grayscale: #6E6E6E. Windows color (decimal): -8036226 or 8282245. OLE color: 8282245.

HSL color Cylindrical-coordinate representation of color #85607E: hue angle of 311.35º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85607E is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13396126-
CMYK00.280.050.48
HSL311.35º16.16%44.9%-
HSV(B)311.35º27.82%52.16%-
XYZ17.6214.8621.68-
YUV110.48136.76144.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=37.46%
G=27.04%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339612600.280.050.48311.3516.1644.9
Hex85607E01C530137102d
Octal2051401760345604672055
Binary100001011100000111111001110010111000010011011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85607E; }

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

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

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

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

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

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

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

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