#645582

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

Shades of Butterfly Bush #645582

Tints of Butterfly Bush #645582

Color information

#645582 (or 0x645582) is unknown color: approx Butterfly Bush. HEX triplet: 64, 55 and 82. RGB value is (100,85,130). Sum of RGB (Red+Green+Blue) = 100+85+130=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #645582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645582 is #9BAA7D. Grayscale: #5E5E5E. Windows color (decimal): -10201726 or 8541540. OLE color: 8541540.

HSL color Cylindrical-coordinate representation of color #645582: hue angle of 260º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #645582 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10085130-
CMYK0.230.3500.49
HSL260º20.93%42.16%-
HSV(B)260º34.62%50.98%-
XYZ12.5310.8222.55-
YUV94.61147.97131.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=31.75%
G=26.98%
B=41.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100851300.230.3500.4926020.9342.16
Hex6455821723031104152a
Octal14412520227430614042552
Binary110010010101011000001010111100011011000110000010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645582; }

 p { color: rgb(100,85,130); }

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

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

 a { background-color: rgb(100,85,130); }

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

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

 span { border-color: rgb(100,85,130); }

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