#85505B

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

Shades of Cannon Pink #85505B

Tints of Cannon Pink #85505B

Color information

#85505B (or 0x85505B) is unknown color: approx Cannon Pink. HEX triplet: 85, 50 and 5B. RGB value is (133,80,91). Sum of RGB (Red+Green+Blue) = 133+80+91=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #85505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85505B is #7AAFA4. Grayscale: #616161. Windows color (decimal): -8040357 or 5984389. OLE color: 5984389.

HSL color Cylindrical-coordinate representation of color #85505B: hue angle of 347.55º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85505B is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1338091-
CMYK00.400.320.48
HSL347.55º24.88%41.76%-
HSV(B)347.55º39.85%52.16%-
XYZ14.4311.4811.35-
YUV97.1124.56153.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 91 (35.94% from 255) = 29.93%
R=43.75%
G=26.32%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133809100.400.320.48347.5524.8841.76
Hex85505B028203015c192a
Octal20512013305040605343152
Binary1000010110100001011011010100010000011000010101110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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