#655599

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

Shades of Butterfly Bush #655599

Tints of Butterfly Bush #655599

Color information

#655599 (or 0x655599) is unknown color: approx Butterfly Bush. HEX triplet: 65, 55 and 99. RGB value is (101,85,153). Sum of RGB (Red+Green+Blue) = 101+85+153=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #655599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655599 is #9AAA66. Grayscale: #616161. Windows color (decimal): -10136167 or 10048869. OLE color: 10048869.

HSL color Cylindrical-coordinate representation of color #655599: hue angle of 254.12º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #655599 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10185153-
CMYK0.340.4400.4
HSL254.12º28.57%46.67%-
HSV(B)254.12º44.44%60%-
XYZ14.3711.5631.61-
YUV97.54159.3130.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.79%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=29.79%
G=25.07%
B=45.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101851530.340.4400.4254.1228.5746.67
Hex655599222C028fe1d2f
Octal14512523142540503763557
Binary110010110101011001100110001010110001010001111111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655599; }

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

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

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

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

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

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

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

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