#64529A

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

Shades of Butterfly Bush #64529A

Tints of Butterfly Bush #64529A

Color information

#64529A (or 0x64529A) is unknown color: approx Butterfly Bush. HEX triplet: 64, 52 and 9A. RGB value is (100,82,154). Sum of RGB (Red+Green+Blue) = 100+82+154=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #64529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64529A is #9BAD65. Grayscale: #5F5F5F. Windows color (decimal): -10202470 or 10113636. OLE color: 10113636.

HSL color Cylindrical-coordinate representation of color #64529A: hue angle of 255º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64529A is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10082154-
CMYK0.350.4700.40
HSL255º30.51%46.27%-
HSV(B)255º46.75%60.39%-
XYZ14.1111.0831.97-
YUV95.59160.96131.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.76%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 154 (60.55% from 255) = 45.83%
R=29.76%
G=24.40%
B=45.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100821540.350.4700.4025530.5146.27
Hex64529A232F028ff1f2e
Octal14412223243570503773756
Binary110010010100101001101010001110111101010001111111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64529A; }

 p { color: rgb(100,82,154); }

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

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

 a { background-color: rgb(100,82,154); }

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

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

 span { border-color: rgb(100,82,154); }

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