#645388

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

Shades of Butterfly Bush #645388

Tints of Butterfly Bush #645388

Color information

#645388 (or 0x645388) is unknown color: approx Butterfly Bush. HEX triplet: 64, 53 and 88. RGB value is (100,83,136). Sum of RGB (Red+Green+Blue) = 100+83+136=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #645388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645388 is #9BAC77. Grayscale: #5D5D5D. Windows color (decimal): -10202232 or 8934244. OLE color: 8934244.

HSL color Cylindrical-coordinate representation of color #645388: hue angle of 259.25º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #645388 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10083136-
CMYK0.260.3900.47
HSL259.25º24.2%42.94%-
HSV(B)259.25º38.97%53.33%-
XYZ12.7910.6724.68-
YUV94.12151.63132.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.35%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 136 (53.52% from 255) = 42.63%
R=31.35%
G=26.02%
B=42.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100831360.260.3900.47259.2524.242.94
Hex6453881A2702F103182b
Octal14412321032470574033053
Binary110010010100111000100011010100111010111110000001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645388; }

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

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

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

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

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

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

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

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