#645583

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

Shades of Butterfly Bush #645583

Tints of Butterfly Bush #645583

Color information

#645583 (or 0x645583) is unknown color: approx Butterfly Bush. HEX triplet: 64, 55 and 83. RGB value is (100,85,131). Sum of RGB (Red+Green+Blue) = 100+85+131=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 131 - color contains mainly: blue. Hex color #645583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645583 is #9BAA7C. Grayscale: #5E5E5E. Windows color (decimal): -10201725 or 8607076. OLE color: 8607076.

HSL color Cylindrical-coordinate representation of color #645583: hue angle of 259.57º 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 #645583 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10085131-
CMYK0.240.3500.49
HSL259.57º21.3%42.35%-
HSV(B)259.57º35.11%51.37%-
XYZ12.610.8522.9-
YUV94.73148.47131.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=31.65%
G=26.90%
B=41.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100851310.240.3500.49259.5721.342.35
Hex6455831823031104152a
Octal14412520330430614042552
Binary110010010101011000001111000100011011000110000010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645583; }

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

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

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

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

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

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

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

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