#655595

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

Shades of Butterfly Bush #655595

Tints of Butterfly Bush #655595

Color information

#655595 (or 0x655595) is unknown color: approx Butterfly Bush. HEX triplet: 65, 55 and 95. RGB value is (101,85,149). Sum of RGB (Red+Green+Blue) = 101+85+149=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #655595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655595 is #9AAA6A. Grayscale: #606060. Windows color (decimal): -10136171 or 9786725. OLE color: 9786725.

HSL color Cylindrical-coordinate representation of color #655595: hue angle of 255º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #655595 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10185149-
CMYK0.320.4300.42
HSL255º27.35%45.88%-
HSV(B)255º42.95%58.43%-
XYZ14.0411.4329.9-
YUV97.08157.3130.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.15%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=30.15%
G=25.37%
B=44.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101851490.320.4300.4225527.3545.88
Hex655595202B02Aff1b2e
Octal14512522540530523773356
Binary110010110101011001010110000010101101010101111111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655595; }

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

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

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

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

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

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

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

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