#64527B

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

Shades of Butterfly Bush #64527B

Tints of Butterfly Bush #64527B

Color information

#64527B (or 0x64527B) is unknown color: approx Butterfly Bush. HEX triplet: 64, 52 and 7B. RGB value is (100,82,123). Sum of RGB (Red+Green+Blue) = 100+82+123=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #64527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64527B is #9BAD84. Grayscale: #5B5B5B. Windows color (decimal): -10202501 or 8082020. OLE color: 8082020.

HSL color Cylindrical-coordinate representation of color #64527B: hue angle of 266.34º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64527B is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10082123-
CMYK0.190.3300.52
HSL266.34º20%40.2%-
HSV(B)266.34º33.33%48.24%-
XYZ11.8510.1720.08-
YUV92.06145.46133.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.79%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=32.79%
G=26.89%
B=40.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100821230.190.3300.52266.342040.2
Hex64527B132103410a1428
Octal14412217323410644122450
Binary11001001010010111101110011100001011010010000101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64527B; }

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

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

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

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

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

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

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

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