Html Css Color HEX #855588 Trendy Pink

📋 copy color: '#855588'

red 133 ◦ green 85 ◦ blue 136

#855588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #855588

Tints of Trendy Pink #855588

RGB

 RED value IS 133 (52.34% from 255) = 37.57%

 GREEN value IS 85 (33.59% from 255) = 24.01%

 BLUE value IS 136 (53.52% from 255) = 38.42%

R = 37.57%
G = 24.01%
B = 38.42%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#855588 (or 0x855588) is known color: Trendy Pink. HEX triplet: 85, 55 and 88. RGB value is (133,85,136). Sum of RGB (Red+Green+Blue) = 133+85+136=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 136 - color contains mainly: blue. Hex color #855588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855588 is #7AAA77. Grayscale: #696969. Windows color (decimal): -8039032 or 8934789. OLE color: 8934789.

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

Color convert

RGB 133 85 136 -
CMYK 0.02 0.38 0 0.47
HSL 296.47º 0.23% 0.43% -
HSV(B) 296.47º 0.38% 0.53% -
XYZ 17.37 13.26 24.94 -
YUV 105.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 133 85 136 0.02 0.38 0 0.47 296.47 0.23 0.43
Hex 85 55 88 2 26 0 2F 128 17 2B
Octal 205 125 210 2 46 0 57 450 27 53
Binary 10000101 1010101 10001000 10 100110 0 101111 100101000 10111 101011

Color Harmonies of #855588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855588

Black with #855588

Text Example


Text Example

White with #855588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855588; }

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

 H1.HeaderClassName
 {
   color: #855588;
 }
 .AnyTagClassName
 {
   color: #855588;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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