#64558C

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

Shades of Butterfly Bush #64558C

Tints of Butterfly Bush #64558C

Color information

#64558C (or 0x64558C) is unknown color: approx Butterfly Bush. HEX triplet: 64, 55 and 8C. RGB value is (100,85,140). Sum of RGB (Red+Green+Blue) = 100+85+140=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #64558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64558C is #9BAA73. Grayscale: #5F5F5F. Windows color (decimal): -10201716 or 9196900. OLE color: 9196900.

HSL color Cylindrical-coordinate representation of color #64558C: hue angle of 256.36º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64558C is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10085140-
CMYK0.290.3900.45
HSL256.36º24.44%44.12%-
HSV(B)256.36º39.29%54.9%-
XYZ13.2411.126.26-
YUV95.76152.97131.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 140 (55.08% from 255) = 43.08%
R=30.77%
G=26.15%
B=43.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100851400.290.3900.45256.3624.4444.12
Hex64558C1D2702D100182c
Octal14412521435470554003054
Binary110010010101011000110011101100111010110110000000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64558C; }

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

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

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

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

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

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

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

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