#805A85

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

Shades of Trendy Pink #805A85

Tints of Trendy Pink #805A85

Color information

#805A85 (or 0x805A85) is unknown color: approx Trendy Pink. HEX triplet: 80, 5A and 85. RGB value is (128,90,133). Sum of RGB (Red+Green+Blue) = 128+90+133=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #805A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805A85 is #7FA57A. Grayscale: #6A6A6A. Windows color (decimal): -8365435 or 8739456. OLE color: 8739456.

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

Color convert

RGB12890133-
CMYK0.040.3200.48
HSL293.02º19.28%43.73%-
HSV(B)293.02º32.33%52.16%-
XYZ16.7913.5923.93-
YUV106.26143.09143.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.47%
GREEN value IS 90 (35.55% from 255) = 25.64%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=36.47%
G=25.64%
B=37.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128901330.040.3200.48293.0219.2843.73
Hex805A85420030125132c
Octal2001322054400604452354
Binary10000000101101010000101100100000011000010010010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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