Html Css Color HEX #85565A Solid Pink

📋 copy color: '#85565A'

red 133 ◦ green 86 ◦ blue 90

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

Shades of Solid Pink #85565A

Tints of Solid Pink #85565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

 BLUE value IS 90 (35.55% from 255) = 29.13%

R = 43.04%
G = 27.83%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85565A (or 0x85565A) is known color: Solid Pink. HEX triplet: 85, 56 and 5A. RGB value is (133,86,90). Sum of RGB (Red+Green+Blue) = 133+86+90=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85565A is #7AA9A5. Grayscale: #646464. Windows color (decimal): -8038822 or 5920389. OLE color: 5920389.

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

Color convert

RGB 133 86 90 -
CMYK 0 0.35 0.32 0.48
HSL 354.89º 0.21% 0.43% -
HSV(B) 354.89º 0.35% 0.52% -
XYZ 14.85 12.38 11.28 -
YUV 100.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 133 86 90 0 0.35 0.32 0.48 354.89 0.21 0.43
Hex 85 56 5A 0 23 20 30 163 15 2B
Octal 205 126 132 0 43 40 60 543 25 53
Binary 10000101 1010110 1011010 0 100011 100000 110000 101100011 10101 101011

Color Harmonies of #85565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85565A

Black with #85565A

Text Example


Text Example

White with #85565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85565A; }

 p { color: rgb(133,86,90); }

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

background-color css

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

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

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

border-color css

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

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

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