#85586E

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

Shades of Cannon Pink #85586E

Tints of Cannon Pink #85586E

Color information

#85586E (or 0x85586E) is unknown color: approx Cannon Pink. HEX triplet: 85, 58 and 6E. RGB value is (133,88,110). Sum of RGB (Red+Green+Blue) = 133+88+110=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #85586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85586E is #7AA791. Grayscale: #676767. Windows color (decimal): -8038290 or 7231621. OLE color: 7231621.

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

Color convert

RGB13388110-
CMYK00.340.170.48
HSL330.67º20.36%43.33%-
HSV(B)330.67º33.83%52.16%-
XYZ15.9813.0916.44-
YUV103.96131.41148.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=40.18%
G=26.59%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338811000.340.170.48330.6720.3643.33
Hex85586E022113014b142b
Octal20513015604221605132453
Binary100001011011000110111001000101000111000010100101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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