#95588a

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

Shades of Trendy Pink #95588A

Tints of Trendy Pink #95588A

Color information

#95588A (or 0x95588A) is unknown color: approx Trendy Pink. HEX triplet: 95, 58 and 8A. RGB value is (149,88,138). Sum of RGB (Red+Green+Blue) = 149+88+138=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #95588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95588A is #6AA775. Grayscale: #6F6F6F. Windows color (decimal): -6989686 or 9066645. OLE color: 9066645.

HSL color Cylindrical-coordinate representation of color #95588A: hue angle of 310.82º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95588A is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14988138-
CMYK00.410.070.42
HSL310.82º25.74%46.47%-
HSV(B)310.82º40.94%58.43%-
XYZ20.4715.225.9-
YUV111.94142.71154.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=39.73%
G=23.47%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498813800.410.070.42310.8225.7446.47
Hex95588A02972A1371a2e
Octal2251302120517524673256
Binary10010101101100010001010010100111110101010011011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95588a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95588a; }

 p { color: rgb(149,88,138); }

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

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

 a { background-color: rgb(149,88,138); }

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

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

 span { border-color: rgb(149,88,138); }

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