#85586D

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

Shades of Cannon Pink #85586D

Tints of Cannon Pink #85586D

Color information

#85586D (or 0x85586D) is unknown color: approx Cannon Pink. HEX triplet: 85, 58 and 6D. RGB value is (133,88,109). Sum of RGB (Red+Green+Blue) = 133+88+109=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #85586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85586D is #7AA792. Grayscale: #676767. Windows color (decimal): -8038291 or 7166085. OLE color: 7166085.

HSL color Cylindrical-coordinate representation of color #85586D: hue angle of 332º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85586D is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13388109-
CMYK00.340.180.48
HSL332º20.36%43.33%-
HSV(B)332º33.83%52.16%-
XYZ15.9213.0716.15-
YUV103.85130.91148.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=40.30%
G=26.67%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338810900.340.180.4833220.3643.33
Hex85586D022123014c142b
Octal20513015504222605142453
Binary100001011011000110110101000101001011000010100110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85586D; }

 p { color: rgb(133,88,109); }

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

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

 a { background-color: rgb(133,88,109); }

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

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

 span { border-color: rgb(133,88,109); }

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