#805E88

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

Shades of Trendy Pink #805E88

Tints of Trendy Pink #805E88

Color information

#805E88 (or 0x805E88) is unknown color: approx Trendy Pink. HEX triplet: 80, 5E and 88. RGB value is (128,94,136). Sum of RGB (Red+Green+Blue) = 128+94+136=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: blue. Hex color #805E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805E88 is #7FA177. Grayscale: #6C6C6C. Windows color (decimal): -8364408 or 8937088. OLE color: 8937088.

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

Color convert

RGB12894136-
CMYK0.060.3100.47
HSL288.57º18.26%45.1%-
HSV(B)288.57º30.88%53.33%-
XYZ17.3514.3725.15-
YUV108.95143.26141.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.75%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 136 (53.52% from 255) = 37.99%
R=35.75%
G=26.26%
B=37.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128941360.060.3100.47288.5718.2645.1
Hex805E8861F02F121122d
Octal2001362106370574412255
Binary1000000010111101000100011011111010111110010000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,94,136); }

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

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

 a { background-color: rgb(128,94,136); }

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

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

 span { border-color: rgb(128,94,136); }

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