#64588C

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

Shades of Butterfly Bush #64588C

Tints of Butterfly Bush #64588C

Color information

#64588C (or 0x64588C) is unknown color: approx Butterfly Bush. HEX triplet: 64, 58 and 8C. RGB value is (100,88,140). Sum of RGB (Red+Green+Blue) = 100+88+140=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #64588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64588C is #9BA773. Grayscale: #616161. Windows color (decimal): -10200948 or 9197668. OLE color: 9197668.

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

Color convert

RGB10088140-
CMYK0.290.3700.45
HSL253.85º22.81%44.71%-
HSV(B)253.85º37.14%54.9%-
XYZ13.4811.5826.34-
YUV97.52151.98129.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.49%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 140 (55.08% from 255) = 42.68%
R=30.49%
G=26.83%
B=42.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100881400.290.3700.45253.8522.8144.71
Hex64588C1D2502Dfe172d
Octal14413021435450553762755
Binary11001001011000100011001110110010101011011111111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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