#85586B

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

Shades of Cannon Pink #85586B

Tints of Cannon Pink #85586B

Color information

#85586B (or 0x85586B) is unknown color: approx Cannon Pink. HEX triplet: 85, 58 and 6B. RGB value is (133,88,107). Sum of RGB (Red+Green+Blue) = 133+88+107=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85586B is #7AA794. Grayscale: #676767. Windows color (decimal): -8038293 or 7035013. OLE color: 7035013.

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

Color convert

RGB13388107-
CMYK00.340.200.48
HSL334.67º20.36%43.33%-
HSV(B)334.67º33.83%52.16%-
XYZ15.8213.0315.59-
YUV103.62129.91148.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 107 (42.19% from 255) = 32.62%
R=40.55%
G=26.83%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338810700.340.200.48334.6720.3643.33
Hex85586B022143014f142b
Octal20513015304224605172453
Binary100001011011000110101101000101010011000010100111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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