Html Css Color HEX #855585 Trendy Pink

📋 copy color: '#855585'

red 133 ◦ green 85 ◦ blue 133

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

Shades of Trendy Pink #855585

Tints of Trendy Pink #855585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.89%

R = 37.89%
G = 24.22%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#855585 (or 0x855585) is known color: Trendy Pink. HEX triplet: 85, 55 and 85. RGB value is (133,85,133). Sum of RGB (Red+Green+Blue) = 133+85+133=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #855585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855585 is #7AAA7A. Grayscale: #686868. Windows color (decimal): -8039035 or 8738181. OLE color: 8738181.

HSL color Cylindrical-coordinate representation of color #855585: hue angle of 300º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #855585 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 133 -
CMYK 0 0.36 0 0.48
HSL 300º 0.22% 0.43% -
HSV(B) 300º 0.36% 0.52% -
XYZ 17.16 13.18 23.83 -
YUV 104.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 133 85 133 0 0.36 0 0.48 300 0.22 0.43
Hex 85 55 85 0 24 0 30 12C 16 2B
Octal 205 125 205 0 44 0 60 454 26 53
Binary 10000101 1010101 10000101 0 100100 0 110000 100101100 10110 101011

Color Harmonies of #855585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855585

Black with #855585

Text Example


Text Example

White with #855585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855585; }

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

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

background-color css

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

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

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

border-color css

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

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

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