#85565B

Color #85565B Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #85565B

Tints of Solid Pink #85565B

Color information

#85565B (or 0x85565B) is unknown color: approx Solid Pink. HEX triplet: 85, 56 and 5B. RGB value is (133,86,91). Sum of RGB (Red+Green+Blue) = 133+86+91=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85565B is #7AA9A4. Grayscale: #646464. Windows color (decimal): -8038821 or 5985925. OLE color: 5985925.

HSL color Cylindrical-coordinate representation of color #85565B: hue angle of 353.62º 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 #85565B is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1338691-
CMYK00.350.320.48
HSL353.62º21.46%42.94%-
HSV(B)353.62º35.34%52.16%-
XYZ14.8912.411.51-
YUV100.62122.57151.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 86 (33.98% from 255) = 27.74%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=42.90%
G=27.74%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133869100.350.320.48353.6221.4642.94
Hex85565B0232030162152b
Octal20512613304340605422553
Binary1000010110101101011011010001110000011000010110001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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