#655580

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

Shades of Butterfly Bush #655580

Tints of Butterfly Bush #655580

Color information

#655580 (or 0x655580) is unknown color: approx Butterfly Bush. HEX triplet: 65, 55 and 80. RGB value is (101,85,128). Sum of RGB (Red+Green+Blue) = 101+85+128=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 128 - color contains mainly: blue. Hex color #655580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655580 is #9AAA7F. Grayscale: #5E5E5E. Windows color (decimal): -10136192 or 8410469. OLE color: 8410469.

HSL color Cylindrical-coordinate representation of color #655580: hue angle of 262.33º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #655580 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10185128-
CMYK0.210.3400.50
HSL262.33º20.19%41.76%-
HSV(B)262.33º33.59%50.2%-
XYZ12.5110.8221.85-
YUV94.69146.8132.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.17%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 128 (50.39% from 255) = 40.76%
R=32.17%
G=27.07%
B=40.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101851280.210.3400.50262.3320.1941.76
Hex6555801522032106142a
Octal14512520025420624062452
Binary110010110101011000000010101100010011001010000011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655580; }

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

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

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

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

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

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

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

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