#655388

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

Shades of Butterfly Bush #655388

Tints of Butterfly Bush #655388

Color information

#655388 (or 0x655388) is unknown color: approx Butterfly Bush. HEX triplet: 65, 53 and 88. RGB value is (101,83,136). Sum of RGB (Red+Green+Blue) = 101+83+136=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #655388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655388 is #9AAC77. Grayscale: #5E5E5E. Windows color (decimal): -10136696 or 8934245. OLE color: 8934245.

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

Color convert

RGB10183136-
CMYK0.260.3900.47
HSL260.38º24.2%42.94%-
HSV(B)260.38º38.97%53.33%-
XYZ12.910.7324.68-
YUV94.42151.46132.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.56%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 136 (53.52% from 255) = 42.5%
R=31.56%
G=25.94%
B=42.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101831360.260.3900.47260.3824.242.94
Hex6553881A2702F104182b
Octal14512321032470574043053
Binary110010110100111000100011010100111010111110000010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655388; }

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

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

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

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

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

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

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

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