#64538A

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

Shades of Butterfly Bush #64538A

Tints of Butterfly Bush #64538A

Color information

#64538A (or 0x64538A) is unknown color: approx Butterfly Bush. HEX triplet: 64, 53 and 8A. RGB value is (100,83,138). Sum of RGB (Red+Green+Blue) = 100+83+138=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #64538A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64538A is #9BAC75. Grayscale: #5E5E5E. Windows color (decimal): -10202230 or 9065316. OLE color: 9065316.

HSL color Cylindrical-coordinate representation of color #64538A: hue angle of 258.55º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64538A is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10083138-
CMYK0.280.4000.46
HSL258.55º24.89%43.33%-
HSV(B)258.55º39.86%54.12%-
XYZ12.9410.7325.43-
YUV94.35152.63132.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.15%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=31.15%
G=25.86%
B=42.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100831380.280.4000.46258.5524.8943.33
Hex64538A1C2802E103192b
Octal14412321234500564033153
Binary110010010100111000101011100101000010111010000001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,83,138); }

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

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

 a { background-color: rgb(100,83,138); }

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

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

 span { border-color: rgb(100,83,138); }

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