#805488

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

Shades of Trendy Pink #805488

Tints of Trendy Pink #805488

Color information

#805488 (or 0x805488) is unknown color: approx Trendy Pink. HEX triplet: 80, 54 and 88. RGB value is (128,84,136). Sum of RGB (Red+Green+Blue) = 128+84+136=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #805488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805488 is #7FAB77. Grayscale: #666666. Windows color (decimal): -8366968 or 8934528. OLE color: 8934528.

HSL color Cylindrical-coordinate representation of color #805488: hue angle of 290.77º degrees, saturation: 0.24, 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 #805488 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12884136-
CMYK0.060.3800.47
HSL290.77º23.64%43.14%-
HSV(B)290.77º38.24%53.33%-
XYZ16.5212.7124.87-
YUV103.08146.58145.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.78%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 136 (53.52% from 255) = 39.08%
R=36.78%
G=24.14%
B=39.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128841360.060.3800.47290.7723.6443.14
Hex80548862602F123182b
Octal2001242106460574433053
Binary10000000101010010001000110100110010111110010001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805488; }

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

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

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

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

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

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

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

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