#85628B

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

Shades of Trendy Pink #85628B

Tints of Trendy Pink #85628B

Color information

#85628B (or 0x85628B) is unknown color: approx Trendy Pink. HEX triplet: 85, 62 and 8B. RGB value is (133,98,139). Sum of RGB (Red+Green+Blue) = 133+98+139=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #85628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85628B is #7A9D74. Grayscale: #717171. Windows color (decimal): -8035701 or 9134725. OLE color: 9134725.

HSL color Cylindrical-coordinate representation of color #85628B: hue angle of 291.22º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85628B is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13398139-
CMYK0.040.2900.45
HSL291.22º17.3%46.47%-
HSV(B)291.22º29.5%54.51%-
XYZ18.715.5926.45-
YUV113.14142.6142.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=35.95%
G=26.49%
B=37.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133981390.040.2900.45291.2217.346.47
Hex85628B41D02D123112e
Octal2051422134350554432156
Binary1000010111000101000101110011101010110110010001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85628B; }

 p { color: rgb(133,98,139); }

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

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

 a { background-color: rgb(133,98,139); }

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

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

 span { border-color: rgb(133,98,139); }

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