#85556B

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

Shades of Cannon Pink #85556B

Tints of Cannon Pink #85556B

Color information

#85556B (or 0x85556B) is unknown color: approx Cannon Pink. HEX triplet: 85, 55 and 6B. RGB value is (133,85,107). Sum of RGB (Red+Green+Blue) = 133+85+107=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85556B is #7AAA94. Grayscale: #656565. Windows color (decimal): -8039061 or 7034245. OLE color: 7034245.

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

Color convert

RGB13385107-
CMYK00.360.200.48
HSL332.5º22.02%42.75%-
HSV(B)332.5º36.09%52.16%-
XYZ15.5812.5515.51-
YUV101.86130.9150.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=40.92%
G=26.15%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338510700.360.200.48332.522.0242.75
Hex85556B024143014c162b
Octal20512515304424605142653
Binary100001011010101110101101001001010011000010100110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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