#655499

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

Shades of Butterfly Bush #655499

Tints of Butterfly Bush #655499

Color information

#655499 (or 0x655499) is unknown color: approx Butterfly Bush. HEX triplet: 65, 54 and 99. RGB value is (101,84,153). Sum of RGB (Red+Green+Blue) = 101+84+153=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #655499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655499 is #9AAB66. Grayscale: #606060. Windows color (decimal): -10136423 or 10048613. OLE color: 10048613.

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

Color convert

RGB10184153-
CMYK0.340.4500.4
HSL254.78º29.11%46.47%-
HSV(B)254.78º45.1%60%-
XYZ14.2911.4131.59-
YUV96.95159.63130.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=29.88%
G=24.85%
B=45.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101841530.340.4500.4254.7829.1146.47
Hex655499222D028ff1d2e
Octal14512423142550503773556
Binary110010110101001001100110001010110101010001111111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655499; }

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

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

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

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

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

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

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

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