Html Css Color HEX #805585 Trendy Pink

📋 copy color: '#805585'

red 128 ◦ green 85 ◦ blue 133

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

Shades of Trendy Pink #805585

Tints of Trendy Pink #805585

RGB

 RED value IS 128 (50.39% from 255) = 36.99%

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

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

R = 36.99%
G = 24.57%
B = 38.44%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#805585 (or 0x805585) is known color: Trendy Pink. HEX triplet: 80, 55 and 85. RGB value is (128,85,133). Sum of RGB (Red+Green+Blue) = 128+85+133=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #805585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805585 is #7FAA7A. Grayscale: #676767. Windows color (decimal): -8366715 or 8738176. OLE color: 8738176.

HSL color Cylindrical-coordinate representation of color #805585: hue angle of 293.75º 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 #805585 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 85 133 -
CMYK 0.04 0.36 0 0.48
HSL 293.75º 0.22% 0.43% -
HSV(B) 293.75º 0.36% 0.52% -
XYZ 16.38 12.78 23.79 -
YUV 103.33 144.75 145.6 -
System Red Green Blue C M Y K H S L
Decimal 128 85 133 0.04 0.36 0 0.48 293.75 0.22 0.43
Hex 80 55 85 4 24 0 30 126 16 2B
Octal 200 125 205 4 44 0 60 446 26 53
Binary 10000000 1010101 10000101 100 100100 0 110000 100100110 10110 101011

Color Harmonies of #805585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805585

Black with #805585

Text Example


Text Example

White with #805585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805585; }

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

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

background-color css

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

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

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

border-color css

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

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

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