#655482

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

Shades of Butterfly Bush #655482

Tints of Butterfly Bush #655482

Color information

#655482 (or 0x655482) is unknown color: approx Butterfly Bush. HEX triplet: 65, 54 and 82. RGB value is (101,84,130). Sum of RGB (Red+Green+Blue) = 101+84+130=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #655482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655482 is #9AAB7D. Grayscale: #5E5E5E. Windows color (decimal): -10136446 or 8541285. OLE color: 8541285.

HSL color Cylindrical-coordinate representation of color #655482: hue angle of 262.17º 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 #655482 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10184130-
CMYK0.220.3500.49
HSL262.17º21.5%41.96%-
HSV(B)262.17º35.38%50.98%-
XYZ12.5710.7222.53-
YUV94.33148.13132.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.06%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=32.06%
G=26.67%
B=41.27%

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
Decimal101841300.220.3500.49262.1721.541.96
Hex6554821623031106152a
Octal14512420226430614062552
Binary110010110101001000001010110100011011000110000011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655482; }

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

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

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

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

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

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

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

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