#655586

Color #655586 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #655586

Tints of Butterfly Bush #655586

Color information

#655586 (or 0x655586) is unknown color: approx Butterfly Bush. HEX triplet: 65, 55 and 86. RGB value is (101,85,134). Sum of RGB (Red+Green+Blue) = 101+85+134=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 134 - color contains mainly: blue. Hex color #655586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655586 is #9AAA79. Grayscale: #5F5F5F. Windows color (decimal): -10136186 or 8803685. OLE color: 8803685.

HSL color Cylindrical-coordinate representation of color #655586: hue angle of 259.59º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #655586 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10185134-
CMYK0.250.3700.47
HSL259.59º22.37%42.94%-
HSV(B)259.59º36.57%52.55%-
XYZ12.9210.9823.99-
YUV95.37149.8132.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.56%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 134 (52.73% from 255) = 41.88%
R=31.56%
G=26.56%
B=41.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101851340.250.3700.47259.5922.3742.94
Hex655586192502F104162b
Octal14512520631450574042653
Binary110010110101011000011011001100101010111110000010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655586; }

 p { color: rgb(101,85,134); }

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

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

 a { background-color: rgb(101,85,134); }

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

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

 span { border-color: rgb(101,85,134); }

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