#805C87

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

Shades of Trendy Pink #805C87

Tints of Trendy Pink #805C87

Color information

#805C87 (or 0x805C87) is unknown color: approx Trendy Pink. HEX triplet: 80, 5C and 87. RGB value is (128,92,135). Sum of RGB (Red+Green+Blue) = 128+92+135=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 135 - color contains mainly: blue. Hex color #805C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805C87 is #7FA378. Grayscale: #6B6B6B. Windows color (decimal): -8364921 or 8871040. OLE color: 8871040.

HSL color Cylindrical-coordinate representation of color #805C87: hue angle of 290.23º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #805C87 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12892135-
CMYK0.050.3200.47
HSL290.23º18.94%44.51%-
HSV(B)290.23º31.85%52.94%-
XYZ17.113.9924.72-
YUV107.67143.43142.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.06%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 135 (53.12% from 255) = 38.03%
R=36.06%
G=25.92%
B=38.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128921350.050.3200.47290.2318.9444.51
Hex805C8752002F122132d
Octal2001342075400574422355
Binary10000000101110010000111101100000010111110010001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805C87; }

 p { color: rgb(128,92,135); }

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

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

 a { background-color: rgb(128,92,135); }

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

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

 span { border-color: rgb(128,92,135); }

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