#655582

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

Shades of Butterfly Bush #655582

Tints of Butterfly Bush #655582

Color information

#655582 (or 0x655582) is unknown color: approx Butterfly Bush. HEX triplet: 65, 55 and 82. RGB value is (101,85,130). Sum of RGB (Red+Green+Blue) = 101+85+130=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #655582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655582 is #9AAA7D. Grayscale: #5E5E5E. Windows color (decimal): -10136190 or 8541541. OLE color: 8541541.

HSL color Cylindrical-coordinate representation of color #655582: hue angle of 261.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #655582 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10185130-
CMYK0.220.3500.49
HSL261.33º20.93%42.16%-
HSV(B)261.33º34.62%50.98%-
XYZ12.6410.8822.55-
YUV94.91147.8132.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.96%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 130 (51.17% from 255) = 41.14%
R=31.96%
G=26.90%
B=41.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101851300.220.3500.49261.3320.9342.16
Hex6555821623031105152a
Octal14512520226430614052552
Binary110010110101011000001010110100011011000110000010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655582; }

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

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

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

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

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

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

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

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