#815588

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

Shades of Trendy Pink #815588

Tints of Trendy Pink #815588

Color information

#815588 (or 0x815588) is unknown color: approx Trendy Pink. HEX triplet: 81, 55 and 88. RGB value is (129,85,136). Sum of RGB (Red+Green+Blue) = 129+85+136=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #815588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815588 is #7EAA77. Grayscale: #676767. Windows color (decimal): -8301176 or 8934785. OLE color: 8934785.

HSL color Cylindrical-coordinate representation of color #815588: hue angle of 291.76º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #815588 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12985136-
CMYK0.050.3800.47
HSL291.76º23.08%43.33%-
HSV(B)291.76º37.5%53.33%-
XYZ16.7512.9424.91-
YUV103.97146.08145.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.86%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 136 (53.52% from 255) = 38.86%
R=36.86%
G=24.29%
B=38.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129851360.050.3800.47291.7623.0843.33
Hex81558852602F124172b
Octal2011252105460574442753
Binary10000001101010110001000101100110010111110010010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815588; }

 p { color: rgb(129,85,136); }

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

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

 a { background-color: rgb(129,85,136); }

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

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

 span { border-color: rgb(129,85,136); }

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