#655587

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

Shades of Butterfly Bush #655587

Tints of Butterfly Bush #655587

Color information

#655587 (or 0x655587) is unknown color: approx Butterfly Bush. HEX triplet: 65, 55 and 87. RGB value is (101,85,135). Sum of RGB (Red+Green+Blue) = 101+85+135=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #655587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655587 is #9AAA78. Grayscale: #5F5F5F. Windows color (decimal): -10136185 or 8869221. OLE color: 8869221.

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

Color convert

RGB10185135-
CMYK0.250.3700.47
HSL259.2º22.73%43.14%-
HSV(B)259.2º37.04%52.94%-
XYZ12.9911.0124.36-
YUV95.48150.3131.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=31.46%
G=26.48%
B=42.06%

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
Decimal101851350.250.3700.47259.222.7343.14
Hex655587192502F103172b
Octal14512520731450574032753
Binary110010110101011000011111001100101010111110000001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655587; }

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

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

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

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

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

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

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

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