#655486

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

Shades of Butterfly Bush #655486

Tints of Butterfly Bush #655486

Color information

#655486 (or 0x655486) is unknown color: approx Butterfly Bush. HEX triplet: 65, 54 and 86. RGB value is (101,84,134). Sum of RGB (Red+Green+Blue) = 101+84+134=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #655486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655486 is #9AAB79. Grayscale: #5E5E5E. Windows color (decimal): -10136442 or 8803429. OLE color: 8803429.

HSL color Cylindrical-coordinate representation of color #655486: hue angle of 260.4º degrees, saturation: 0.23, 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 #655486 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10184134-
CMYK0.250.3700.47
HSL260.4º22.94%42.75%-
HSV(B)260.4º37.31%52.55%-
XYZ12.8410.8323.97-
YUV94.78150.13132.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=31.66%
G=26.33%
B=42.01%

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
Decimal101841340.250.3700.47260.422.9442.75
Hex655486192502F104172b
Octal14512420631450574042753
Binary110010110101001000011011001100101010111110000010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655486; }

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

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

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

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

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

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

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

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