#64558A

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

Shades of Butterfly Bush #64558A

Tints of Butterfly Bush #64558A

Color information

#64558A (or 0x64558A) is unknown color: approx Butterfly Bush. HEX triplet: 64, 55 and 8A. RGB value is (100,85,138). Sum of RGB (Red+Green+Blue) = 100+85+138=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #64558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64558A is #9BAA75. Grayscale: #5F5F5F. Windows color (decimal): -10201718 or 9065828. OLE color: 9065828.

HSL color Cylindrical-coordinate representation of color #64558A: hue angle of 256.98º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64558A is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10085138-
CMYK0.280.3800.46
HSL256.98º23.77%43.73%-
HSV(B)256.98º38.41%54.12%-
XYZ13.0911.0425.49-
YUV95.53151.97131.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=30.96%
G=26.32%
B=42.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100851380.280.3800.46256.9823.7743.73
Hex64558A1C2602E101182c
Octal14412521234460564013054
Binary110010010101011000101011100100110010111010000000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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