#86556B

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

Shades of Cannon Pink #86556B

Tints of Cannon Pink #86556B

Color information

#86556B (or 0x86556B) is unknown color: approx Cannon Pink. HEX triplet: 86, 55 and 6B. RGB value is (134,85,107). Sum of RGB (Red+Green+Blue) = 134+85+107=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #86556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86556B is #79AA94. Grayscale: #666666. Windows color (decimal): -7973525 or 7034246. OLE color: 7034246.

HSL color Cylindrical-coordinate representation of color #86556B: hue angle of 333.06º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86556B is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB13485107-
CMYK00.370.200.47
HSL333.06º22.37%42.94%-
HSV(B)333.06º36.57%52.55%-
XYZ15.7312.6315.52-
YUV102.16130.73150.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=41.10%
G=26.07%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348510700.370.200.47333.0622.3742.94
Hex86556B025142F14d162b
Octal20612515304524575152653
Binary100001101010101110101101001011010010111110100110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,85,107); }

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

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

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

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

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

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

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