#655386

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

Shades of Butterfly Bush #655386

Tints of Butterfly Bush #655386

Color information

#655386 (or 0x655386) is unknown color: approx Butterfly Bush. HEX triplet: 65, 53 and 86. RGB value is (101,83,134). Sum of RGB (Red+Green+Blue) = 101+83+134=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #655386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655386 is #9AAC79. Grayscale: #5E5E5E. Windows color (decimal): -10136698 or 8803173. OLE color: 8803173.

HSL color Cylindrical-coordinate representation of color #655386: hue angle of 261.18º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #655386 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10183134-
CMYK0.250.3800.47
HSL261.18º23.5%42.55%-
HSV(B)261.18º38.06%52.55%-
XYZ12.7610.6723.94-
YUV94.2150.46132.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.76%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 134 (52.73% from 255) = 42.14%
R=31.76%
G=26.10%
B=42.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101831340.250.3800.47261.1823.542.55
Hex655386192602F105182b
Octal14512320631460574053053
Binary110010110100111000011011001100110010111110000010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655386; }

 p { color: rgb(101,83,134); }

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

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

 a { background-color: rgb(101,83,134); }

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

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

 span { border-color: rgb(101,83,134); }

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