#805F85

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

Shades of Trendy Pink #805F85

Tints of Trendy Pink #805F85

Color information

#805F85 (or 0x805F85) is unknown color: approx Trendy Pink. HEX triplet: 80, 5F and 85. RGB value is (128,95,133). Sum of RGB (Red+Green+Blue) = 128+95+133=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #805F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805F85 is #7FA07A. Grayscale: #6D6D6D. Windows color (decimal): -8364155 or 8740736. OLE color: 8740736.

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

Color convert

RGB12895133-
CMYK0.040.2900.48
HSL292.11º16.67%44.71%-
HSV(B)292.11º28.57%52.16%-
XYZ17.2314.4724.07-
YUV109.2141.43141.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 133 (52.34% from 255) = 37.36%
R=35.96%
G=26.69%
B=37.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128951330.040.2900.48292.1116.6744.71
Hex805F8541D030124112d
Octal2001372054350604442155
Binary1000000010111111000010110011101011000010010010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,95,133); }

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

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

 a { background-color: rgb(128,95,133); }

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

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

 span { border-color: rgb(128,95,133); }

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