#89556E

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

Shades of Cannon Pink #89556E

Tints of Cannon Pink #89556E

Color information

#89556E (or 0x89556E) is unknown color: approx Cannon Pink. HEX triplet: 89, 55 and 6E. RGB value is (137,85,110). Sum of RGB (Red+Green+Blue) = 137+85+110=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #89556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89556E is #76AA91. Grayscale: #676767. Windows color (decimal): -7776914 or 7230857. OLE color: 7230857.

HSL color Cylindrical-coordinate representation of color #89556E: hue angle of 331.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89556E is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13785110-
CMYK00.380.200.46
HSL331.15º23.42%43.53%-
HSV(B)331.15º37.96%53.73%-
XYZ16.3812.9416.39-
YUV103.4131.73151.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.27%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=41.27%
G=25.60%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378511000.380.200.46331.1523.4243.53
Hex89556E026142E14b172c
Octal21112515604624565132754
Binary100010011010101110111001001101010010111010100101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,85,110); }

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

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

 a { background-color: rgb(137,85,110); }

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

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

 span { border-color: rgb(137,85,110); }

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