#655186

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

Shades of Butterfly Bush #655186

Tints of Butterfly Bush #655186

Color information

#655186 (or 0x655186) is unknown color: approx Butterfly Bush. HEX triplet: 65, 51 and 86. RGB value is (101,81,134). Sum of RGB (Red+Green+Blue) = 101+81+134=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #655186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655186 is #9AAE79. Grayscale: #5C5C5C. Windows color (decimal): -10137210 or 8802661. OLE color: 8802661.

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

Color convert

RGB10181134-
CMYK0.250.4000.47
HSL262.64º24.65%42.16%-
HSV(B)262.64º39.55%52.55%-
XYZ12.6110.3723.89-
YUV93.02151.13133.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.96%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 134 (52.73% from 255) = 42.41%
R=31.96%
G=25.63%
B=42.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101811340.250.4000.47262.6424.6542.16
Hex655186192802F107192a
Octal14512120631500574073152
Binary110010110100011000011011001101000010111110000011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655186; }

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

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

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

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

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

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

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

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