#655497

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

Shades of Butterfly Bush #655497

Tints of Butterfly Bush #655497

Color information

#655497 (or 0x655497) is unknown color: approx Butterfly Bush. HEX triplet: 65, 54 and 97. RGB value is (101,84,151). Sum of RGB (Red+Green+Blue) = 101+84+151=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #655497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655497 is #9AAB68. Grayscale: #606060. Windows color (decimal): -10136425 or 9917541. OLE color: 9917541.

HSL color Cylindrical-coordinate representation of color #655497: hue angle of 255.22º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #655497 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10184151-
CMYK0.330.4400.41
HSL255.22º28.51%46.08%-
HSV(B)255.22º44.37%59.22%-
XYZ14.1211.3430.72-
YUV96.72158.63131.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.06%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 151 (59.38% from 255) = 44.94%
R=30.06%
G=25%
B=44.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101841510.330.4400.41255.2228.5146.08
Hex655497212C029ff1d2e
Octal14512422741540513773556
Binary110010110101001001011110000110110001010011111111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655497; }

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

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

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

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

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

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

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

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