#85566B

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

Shades of Cannon Pink #85566B

Tints of Cannon Pink #85566B

Color information

#85566B (or 0x85566B) is unknown color: approx Cannon Pink. HEX triplet: 85, 56 and 6B. RGB value is (133,86,107). Sum of RGB (Red+Green+Blue) = 133+86+107=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85566B is #7AA994. Grayscale: #666666. Windows color (decimal): -8038805 or 7034501. OLE color: 7034501.

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

Color convert

RGB13386107-
CMYK00.350.200.48
HSL333.19º21.46%42.94%-
HSV(B)333.19º35.34%52.16%-
XYZ15.6512.715.54-
YUV102.45130.57149.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=40.80%
G=26.38%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338610700.350.200.48333.1921.4642.94
Hex85566B023143014d152b
Octal20512615304324605152553
Binary100001011010110110101101000111010011000010100110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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